#16CC1D
A medium, vivid green closely aligning with Limegreen.
About #16CC1D
Visually, #16CC1D 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 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 89% C, 0% M, 86% Y, and 20% K. The HSL representation is 122.3° hue, 80.5% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16CC1D
RGB22, 204, 29
HSL122.3°, 80.5%, 44.3%
CMYK89%, 0%, 86%, 20%
HSV122.3°, 89.2%, 80.0%
LAB71.9, -71.0, 66.4
XYZ22.1, 43.4, 8.4
Decimal1494045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.69:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CC1D;
}
.text-color {
color: #16CC1D;
}
.border-color {
border: 2px solid #16CC1D;
}