#16FF66
A medium, vivid green closely aligning with Springgreen.
About #16FF66
The hex code #16FF66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(22, 255, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 60% Yellow, and 0% Black. The HSL representation is 140.6° hue, 100.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#16FF66
RGB22, 255, 102
HSL140.6°, 100.0%, 54.3%
CMYK91%, 0%, 60%, 0%
HSV140.6°, 91.4%, 100.0%
LAB88.3, -79.6, 58.0
XYZ38.5, 72.6, 24.6
Decimal1507174
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.53:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FF66;
}
.text-color {
color: #16FF66;
}
.border-color {
border: 2px solid #16FF66;
}