#16A81D
A dark, vivid green closely aligning with Limegreen.
About #16A81D
Visually, #16A81D is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 168, and 29.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 87% cyan, 0% magenta, 83% yellow, and 34% black. With a hue angle of 122.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16A81D
RGB22, 168, 29
HSL122.9°, 76.8%, 37.3%
CMYK87%, 0%, 83%, 34%
HSV122.9°, 86.9%, 65.9%
LAB60.1, -60.6, 55.8
XYZ14.6, 28.3, 5.9
Decimal1484829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16A81D;
}
.text-color {
color: #16A81D;
}
.border-color {
border: 2px solid #16A81D;
}