#16DB42
A medium, vivid green closely aligning with Limegreen.
About #16DB42
When working with digital screens, the color #16DB42 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 22 parts red, 219 parts green, and 66 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 90% Cyan, 0% Magenta, 70% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16DB42
RGB22, 219, 66
HSL133.4°, 81.7%, 47.3%
CMYK90%, 0%, 70%, 14%
HSV133.4°, 90.0%, 85.9%
LAB76.8, -72.8, 60.0
XYZ26.6, 51.2, 13.6
Decimal1497922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DB42;
}
.text-color {
color: #16DB42;
}
.border-color {
border: 2px solid #16DB42;
}