#7CCC66
A light, moderate green closely aligning with Lightgreen.
About #7CCC66
At its core, #7CCC66 is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(124, 204, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 39% C, 0% M, 50% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CCC66
RGB124, 204, 102
HSL107.1°, 50.0%, 60.0%
CMYK39%, 0%, 50%, 20%
HSV107.1°, 50.0%, 80.0%
LAB75.1, -43.7, 43.0
XYZ32.3, 48.4, 20.2
Decimal8178790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.69:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC66;
}
.text-color {
color: #7CCC66;
}
.border-color {
border: 2px solid #7CCC66;
}