#2CDB50
A medium, vivid green closely aligning with Limegreen.
About #2CDB50
Visually, #2CDB50 is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(44, 219, 80).
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. With a hue angle of 132.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDB50
RGB44, 219, 80
HSL132.3°, 70.9%, 51.6%
CMYK80%, 0%, 63%, 14%
HSV132.3°, 79.9%, 85.9%
LAB77.1, -69.5, 54.8
XYZ27.8, 51.8, 16.1
Decimal2939728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.36:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB50;
}
.text-color {
color: #2CDB50;
}
.border-color {
border: 2px solid #2CDB50;
}