#2CDB3A
A medium, vivid green closely aligning with Limegreen.
About #2CDB3A
Visually, #2CDB3A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 44 parts red, 219 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 80% C, 0% M, 74% Y, and 14% K. With a hue angle of 124.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDB3A
RGB44, 219, 58
HSL124.8°, 70.9%, 51.6%
CMYK80%, 0%, 74%, 14%
HSV124.8°, 79.9%, 85.9%
LAB77.0, -71.6, 63.1
XYZ27.1, 51.5, 12.5
Decimal2939706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB3A;
}
.text-color {
color: #2CDB3A;
}
.border-color {
border: 2px solid #2CDB3A;
}