#2CE90F
A medium, vivid green closely aligning with Lime.
About #2CE90F
When working with digital screens, the color #2CE90F is rendered by mixing light. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(44, 233, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 81% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CE90F
RGB44, 233, 15
HSL112.0°, 87.9%, 48.6%
CMYK81%, 0%, 94%, 9%
HSV112.0°, 93.6%, 91.4%
LAB81.2, -77.6, 76.7
XYZ30.3, 58.8, 10.2
Decimal2943247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77: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: #2CE90F;
}
.text-color {
color: #2CE90F;
}
.border-color {
border: 2px solid #2CE90F;
}