#2CFF2C
A medium, vivid green closely aligning with Lime.
About #2CFF2C
At its core, #2CFF2C 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, 255 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 83% C, 0% M, 83% Y, and 0% K. The HSL representation is 120.0° hue, 100.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CFF2C
RGB44, 255, 44
HSL120.0°, 100.0%, 58.6%
CMYK83%, 0%, 83%, 0%
HSV120.0°, 82.7%, 100.0%
LAB88.1, -82.7, 77.6
XYZ37.3, 72.2, 14.4
Decimal2948908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF2C;
}
.text-color {
color: #2CFF2C;
}
.border-color {
border: 2px solid #2CFF2C;
}