#2CE907
A medium, vivid green closely aligning with Lime.
About #2CE907
When working with digital screens, the color #2CE907 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 44 red, 233 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 81% C, 0% M, 97% Y, and 9% K. The HSL representation is 110.2° hue, 94.2% saturation, and 47.1% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE907
RGB44, 233, 7
HSL110.2°, 94.2%, 47.1%
CMYK81%, 0%, 97%, 9%
HSV110.2°, 97.0%, 91.4%
LAB81.2, -77.7, 77.5
XYZ30.2, 58.8, 10.0
Decimal2943239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.77: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: #2CE907;
}
.text-color {
color: #2CE907;
}
.border-color {
border: 2px solid #2CE907;
}