#16B60F
A dark, vivid green closely aligning with Limegreen.
About #16B60F
Visually, #16B60F is defined as a vivid green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(22, 182, 15).
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, 92% yellow, and 29% black. With a hue angle of 117.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16B60F
RGB22, 182, 15
HSL117.5°, 84.8%, 38.6%
CMYK88%, 0%, 92%, 29%
HSV117.5°, 91.8%, 71.4%
LAB64.7, -65.3, 62.8
XYZ17.1, 33.7, 6.0
Decimal1488399
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: #16B60F;
}
.text-color {
color: #16B60F;
}
.border-color {
border: 2px solid #16B60F;
}