#7CCC57
A medium, moderate green closely aligning with Lightgreen.
About #7CCC57
When working with digital screens, the color #7CCC57 is rendered by mixing light. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 124 red, 204 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 0% M, 57% Y, and 20% K. The HSL representation is 101.0° hue, 53.4% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CCC57
RGB124, 204, 87
HSL101.0°, 53.4%, 57.1%
CMYK39%, 0%, 57%, 20%
HSV101.0°, 57.4%, 80.0%
LAB74.9, -45.4, 49.8
XYZ31.6, 48.2, 16.6
Decimal8178775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC57;
}
.text-color {
color: #7CCC57;
}
.border-color {
border: 2px solid #7CCC57;
}