#16DB00
A medium, vivid green closely aligning with Limegreen.
About #16DB00
At its core, #16DB00 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(22, 219, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 0% Magenta, 100% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16DB00
RGB22, 219, 0
HSL114.0°, 100.0%, 42.9%
CMYK90%, 0%, 100%, 14%
HSV114.0°, 100.0%, 85.9%
LAB76.6, -75.9, 74.3
XYZ25.7, 50.8, 8.5
Decimal1497856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.17:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DB00;
}
.text-color {
color: #16DB00;
}
.border-color {
border: 2px solid #16DB00;
}