#16CC2C
A medium, vivid green closely aligning with Limegreen.
About #16CC2C
Visually, #16CC2C is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 22 red, 204 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 89% Cyan, 0% Magenta, 78% Yellow, and 20% Black. With a hue angle of 127.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16CC2C
RGB22, 204, 44
HSL127.3°, 80.5%, 44.3%
CMYK89%, 0%, 78%, 20%
HSV127.3°, 89.2%, 80.0%
LAB71.9, -70.2, 62.5
XYZ22.4, 43.5, 9.6
Decimal1494060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.71:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CC2C;
}
.text-color {
color: #16CC2C;
}
.border-color {
border: 2px solid #16CC2C;
}