#2CBD16
A medium, vivid green closely aligning with Limegreen.
About #2CBD16
At its core, #2CBD16 is a medium and vivid hue. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 44 red, 189 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 88% Yellow, and 26% Black. With a hue angle of 112.1 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#2CBD16
RGB44, 189, 22
HSL112.1°, 79.1%, 41.4%
CMYK77%, 0%, 88%, 26%
HSV112.1°, 88.4%, 74.1%
LAB67.3, -64.6, 63.9
XYZ19.4, 37.0, 6.9
Decimal2931990
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.40:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD16;
}
.text-color {
color: #2CBD16;
}
.border-color {
border: 2px solid #2CBD16;
}