#7DC877
A light, moderate green closely aligning with Lightgreen.
About #7DC877
The precise color #7DC877 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(125, 200, 119).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 0% M, 40% Y, and 22% K. The HSL representation is 115.6° hue, 42.4% saturation, and 62.5% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7DC877
RGB125, 200, 119
HSL115.6°, 42.4%, 62.5%
CMYK37%, 0%, 40%, 22%
HSV115.6°, 40.5%, 78.4%
LAB74.2, -39.3, 33.3
XYZ32.4, 47.0, 24.8
Decimal8243319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7DC877;
}
.text-color {
color: #7DC877;
}
.border-color {
border: 2px solid #7DC877;
}