#2CDB0F
A medium, vivid green closely aligning with Limegreen.
About #2CDB0F
Visually, #2CDB0F is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 44 parts red, 219 parts green, and 15 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 0% Magenta, 93% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
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#2CDB0F
RGB44, 219, 15
HSL111.5°, 87.2%, 45.9%
CMYK80%, 0%, 93%, 14%
HSV111.5°, 93.2%, 85.9%
LAB76.8, -73.6, 73.1
XYZ26.5, 51.2, 8.9
Decimal2939663
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: #2CDB0F;
}
.text-color {
color: #2CDB0F;
}
.border-color {
border: 2px solid #2CDB0F;
}