#2CFF00
A medium, vivid green closely aligning with Lime.
About #2CFF00
The hex code #2CFF00 represents a beautifully specific shade of green. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 255, and 0.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. With a hue angle of 109.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CFF00
RGB44, 255, 0
HSL109.6°, 100.0%, 50.0%
CMYK83%, 0%, 100%, 0%
HSV109.6°, 100.0%, 100.0%
LAB88.0, -83.8, 83.5
XYZ36.8, 72.1, 12.0
Decimal2948864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.41:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF00;
}
.text-color {
color: #2CFF00;
}
.border-color {
border: 2px solid #2CFF00;
}