#2CF007
A medium, vivid green closely aligning with Lime.
About #2CF007
At its core, #2CF007 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, 240, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 82% cyan, 0% magenta, 97% yellow, and 6% black. With a hue angle of 110.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CF007
RGB44, 240, 7
HSL110.5°, 94.3%, 48.4%
CMYK82%, 0%, 97%, 6%
HSV110.5°, 97.1%, 94.1%
LAB83.4, -79.6, 79.2
XYZ32.2, 62.9, 10.6
Decimal2945031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF007;
}
.text-color {
color: #2CF007;
}
.border-color {
border: 2px solid #2CF007;
}