#2CE924
A medium, vivid green closely aligning with Lime.
About #2CE924
When working with digital screens, the color #2CE924 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 233, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 81% cyan and 0% magenta inks. The HSL representation is 117.6° hue, 81.7% saturation, and 52.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE924
RGB44, 233, 36
HSL117.6°, 81.7%, 52.7%
CMYK81%, 0%, 85%, 9%
HSV117.6°, 84.5%, 91.4%
LAB81.3, -76.9, 73.3
XYZ30.5, 58.9, 11.4
Decimal2943268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE924;
}
.text-color {
color: #2CE924;
}
.border-color {
border: 2px solid #2CE924;
}