#2CDB16
A medium, vivid green closely aligning with Limegreen.
About #2CDB16
The hex code #2CDB16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 44 red, 219 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. The color uses 80% Cyan, 0% Magenta, 90% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CDB16
RGB44, 219, 22
HSL113.3°, 81.7%, 47.3%
CMYK80%, 0%, 90%, 14%
HSV113.3°, 90.0%, 85.9%
LAB76.8, -73.4, 72.1
XYZ26.5, 51.3, 9.3
Decimal2939670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB16;
}
.text-color {
color: #2CDB16;
}
.border-color {
border: 2px solid #2CDB16;
}