#2CFF49
A medium, vivid green closely aligning with Lime.
About #2CFF49
Visually, #2CFF49 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 44 red, 255 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 83% C, 0% M, 71% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CFF49
RGB44, 255, 73
HSL128.2°, 100.0%, 58.6%
CMYK83%, 0%, 71%, 0%
HSV128.2°, 82.7%, 100.0%
LAB88.2, -80.9, 69.3
XYZ38.0, 72.5, 18.3
Decimal2948937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF49;
}
.text-color {
color: #2CFF49;
}
.border-color {
border: 2px solid #2CFF49;
}