#2CBD24
A medium, moderate green closely aligning with Limegreen.
About #2CBD24
At its core, #2CBD24 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(44, 189, 36).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 77% Cyan, 0% Magenta, 81% Yellow, and 26% Black. With a hue angle of 116.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#2CBD24
RGB44, 189, 36
HSL116.9°, 68.0%, 44.1%
CMYK77%, 0%, 81%, 26%
HSV116.9°, 81.0%, 74.1%
LAB67.3, -64.0, 60.6
XYZ19.6, 37.1, 7.8
Decimal2932004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD24;
}
.text-color {
color: #2CBD24;
}
.border-color {
border: 2px solid #2CBD24;
}