#16DB07
A medium, vivid green closely aligning with Limegreen.
About #16DB07
The hex code #16DB07 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(22, 219, 7).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 90% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16DB07
RGB22, 219, 7
HSL115.8°, 93.8%, 44.3%
CMYK90%, 0%, 97%, 14%
HSV115.8°, 96.8%, 85.9%
LAB76.6, -75.8, 73.6
XYZ25.7, 50.8, 8.7
Decimal1497863
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.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DB07;
}
.text-color {
color: #16DB07;
}
.border-color {
border: 2px solid #16DB07;
}