#2CE20F
A medium, vivid green closely aligning with Lime.
About #2CE20F
The hex code #2CE20F represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(44, 226, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 81% C, 0% M, 93% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CE20F
RGB44, 226, 15
HSL111.8°, 87.6%, 47.3%
CMYK81%, 0%, 93%, 11%
HSV111.8°, 93.4%, 88.6%
LAB79.0, -75.6, 74.9
XYZ28.3, 55.0, 9.6
Decimal2941455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE20F;
}
.text-color {
color: #2CE20F;
}
.border-color {
border: 2px solid #2CE20F;
}