#7CCC6D
A light, moderate green closely aligning with Lightgreen.
About #7CCC6D
The precise color #7CCC6D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(124, 204, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 39% C, 0% M, 47% Y, and 20% K. With a hue angle of 110.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7CCC6D
RGB124, 204, 109
HSL110.5°, 48.2%, 61.4%
CMYK39%, 0%, 47%, 20%
HSV110.5°, 46.6%, 80.0%
LAB75.2, -42.8, 39.6
XYZ32.7, 48.6, 22.1
Decimal8178797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.71:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC6D;
}
.text-color {
color: #7CCC6D;
}
.border-color {
border: 2px solid #7CCC6D;
}