#2CE200
A medium, vivid green closely aligning with Lime.
About #2CE200
Visually, #2CE200 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 226, and 0.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 81% cyan and 0% magenta inks. The HSL representation is 108.3° hue, 100.0% saturation, and 44.3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE200
RGB44, 226, 0
HSL108.3°, 100.0%, 44.3%
CMYK81%, 0%, 100%, 11%
HSV108.3°, 100.0%, 88.6%
LAB79.0, -75.9, 76.3
XYZ28.2, 54.9, 9.1
Decimal2941440
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.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE200;
}
.text-color {
color: #2CE200;
}
.border-color {
border: 2px solid #2CE200;
}