#2CF824
A medium, vivid green closely aligning with Lime.
About #2CF824
At its core, #2CF824 is a medium and vivid hue. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 44 red, 248 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 82% C, 0% M, 85% Y, and 3% K. The HSL representation is 117.7° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CF824
RGB44, 248, 36
HSL117.7°, 93.8%, 55.7%
CMYK82%, 0%, 85%, 3%
HSV117.7°, 85.5%, 97.3%
LAB85.9, -81.1, 77.4
XYZ34.9, 67.8, 12.9
Decimal2947108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.56:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF824;
}
.text-color {
color: #2CF824;
}
.border-color {
border: 2px solid #2CF824;
}