#2CFF07
A medium, vivid green closely aligning with Lime.
About #2CFF07
At its core, #2CFF07 is a medium and vivid hue. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 255, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 83% cyan, 0% magenta, 97% yellow, and 0% black. With a hue angle of 111.0 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CFF07
RGB44, 255, 7
HSL111.0°, 100.0%, 51.4%
CMYK83%, 0%, 97%, 0%
HSV111.0°, 97.3%, 100.0%
LAB88.0, -83.7, 83.0
XYZ36.8, 72.1, 12.2
Decimal2948871
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: #2CFF07;
}
.text-color {
color: #2CFF07;
}
.border-color {
border: 2px solid #2CFF07;
}