#2CF02C
A medium, vivid green closely aligning with Lime.
About #2CF02C
When working with digital screens, the color #2CF02C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 44 parts red, 240 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 82% cyan, 0% magenta, 82% yellow, and 6% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2CF02C
RGB44, 240, 44
HSL120.0°, 86.7%, 55.7%
CMYK82%, 0%, 82%, 6%
HSV120.0°, 81.7%, 94.1%
LAB83.5, -78.5, 73.4
XYZ32.7, 63.0, 12.8
Decimal2945068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.61:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF02C;
}
.text-color {
color: #2CF02C;
}
.border-color {
border: 2px solid #2CF02C;
}