#7CC55F
A medium, moderate green closely aligning with Lightgreen.
About #7CC55F
The hex code #7CC55F represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 197, and 95.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 37% cyan, 0% magenta, 52% yellow, and 23% black. The HSL representation is 102.9° hue, 46.8% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CC55F
RGB124, 197, 95
HSL102.9°, 46.8%, 57.3%
CMYK37%, 0%, 52%, 23%
HSV102.9°, 51.8%, 77.3%
LAB72.9, -41.6, 43.7
XYZ30.3, 45.0, 17.9
Decimal8176991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CC55F;
}
.text-color {
color: #7CC55F;
}
.border-color {
border: 2px solid #7CC55F;
}