#2CE91D
A medium, vivid green closely aligning with Lime.
About #2CE91D
At its core, #2CE91D is a medium and vivid hue. Its closest recognized web color is Lime. This translates to an RGB value of rgb(44, 233, 29).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 0% magenta, 88% yellow, and 9% black. The HSL representation is 115.6° hue, 82.3% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CE91D
RGB44, 233, 29
HSL115.6°, 82.3%, 51.4%
CMYK81%, 0%, 88%, 9%
HSV115.6°, 87.6%, 91.4%
LAB81.2, -77.2, 74.7
XYZ30.4, 58.9, 10.9
Decimal2943261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.78:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE91D;
}
.text-color {
color: #2CE91D;
}
.border-color {
border: 2px solid #2CE91D;
}