#7CE950
A light, vivid green closely aligning with Limegreen.
About #7CE950
At its core, #7CE950 is a light and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(124, 233, 80).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. With a hue angle of 102.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CE950
RGB124, 233, 80
HSL102.7°, 77.7%, 61.4%
CMYK47%, 0%, 66%, 9%
HSV102.7°, 65.7%, 91.4%
LAB83.5, -57.7, 62.4
XYZ38.9, 63.1, 17.7
Decimal8186192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.63:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE950;
}
.text-color {
color: #7CE950;
}
.border-color {
border: 2px solid #7CE950;
}