#16DB1D
A medium, vivid green closely aligning with Limegreen.
About #16DB1D
Visually, #16DB1D is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 219, and 29.
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 0% Magenta, 87% Yellow, and 14% Black. The HSL representation is 122.1° hue, 81.7% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16DB1D
RGB22, 219, 29
HSL122.1°, 81.7%, 47.3%
CMYK90%, 0%, 87%, 14%
HSV122.1°, 90.0%, 85.9%
LAB76.6, -75.2, 70.6
XYZ25.9, 50.9, 9.6
Decimal1497885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DB1D;
}
.text-color {
color: #16DB1D;
}
.border-color {
border: 2px solid #16DB1D;
}