#2CDB07
A medium, vivid green closely aligning with Limegreen.
About #2CDB07
The hex code #2CDB07 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 44 red, 219 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 80% cyan and 0% magenta inks. The HSL representation is 109.5° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#2CDB07
RGB44, 219, 7
HSL109.5°, 93.8%, 44.3%
CMYK80%, 0%, 97%, 14%
HSV109.5°, 96.8%, 85.9%
LAB76.8, -73.8, 73.9
XYZ26.4, 51.2, 8.7
Decimal2939655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.24:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB07;
}
.text-color {
color: #2CDB07;
}
.border-color {
border: 2px solid #2CDB07;
}