#16E207
A medium, vivid green closely aligning with Lime.
About #16E207
Visually, #16E207 is defined as a vivid green. Designers often compare it to the standard color Lime. Its digital footprint relies on 22 parts red, 226 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 90% cyan, 0% magenta, 97% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
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#16E207
RGB22, 226, 7
HSL115.9°, 94.0%, 45.7%
CMYK90%, 0%, 97%, 11%
HSV115.9°, 96.9%, 88.6%
LAB78.8, -77.6, 75.4
XYZ27.6, 54.6, 9.3
Decimal1499655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E207;
}
.text-color {
color: #16E207;
}
.border-color {
border: 2px solid #16E207;
}