#2CE900
A medium, vivid green closely aligning with Lime.
About #2CE900
The hex code #2CE900 represents a beautifully specific shade of green. Its closest recognized web color is Lime. In the RGB color space, it consists of 44 red, 233 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 0% Magenta, 100% Yellow, and 9% Black. The HSL representation is 108.7° hue, 100.0% saturation, and 45.7% 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#2CE900
RGB44, 233, 0
HSL108.7°, 100.0%, 45.7%
CMYK81%, 0%, 100%, 9%
HSV108.7°, 100.0%, 91.4%
LAB81.2, -77.8, 78.1
XYZ30.2, 58.8, 9.8
Decimal2943232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.76:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE900;
}
.text-color {
color: #2CE900;
}
.border-color {
border: 2px solid #2CE900;
}