#2CDB24
A medium, vivid green closely aligning with Limegreen.
About #2CDB24
Visually, #2CDB24 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 219, and 36.
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 117.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDB24
RGB44, 219, 36
HSL117.4°, 71.8%, 50.0%
CMYK80%, 0%, 84%, 14%
HSV117.4°, 83.6%, 85.9%
LAB76.9, -72.9, 69.4
XYZ26.7, 51.3, 10.2
Decimal2939684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB24;
}
.text-color {
color: #2CDB24;
}
.border-color {
border: 2px solid #2CDB24;
}