#16B607
A dark, vivid green closely aligning with Limegreen.
About #16B607
At its core, #16B607 is a dark and vivid hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 182, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 88% cyan, 0% magenta, 96% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16B607
RGB22, 182, 7
HSL114.9°, 92.6%, 37.1%
CMYK88%, 0%, 96%, 29%
HSV114.9°, 96.2%, 71.4%
LAB64.7, -65.5, 63.9
XYZ17.1, 33.6, 5.8
Decimal1488391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16B607;
}
.text-color {
color: #16B607;
}
.border-color {
border: 2px solid #16B607;
}