#16FF57
A medium, vivid green closely aligning with Springgreen.
About #16FF57
Visually, #16FF57 is defined as a vivid green. It is closely associated with the named CSS color Springgreen. Its digital footprint relies on 22 parts red, 255 parts green, and 87 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 91% cyan, 0% magenta, 66% yellow, and 0% black. With a hue angle of 136.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16FF57
RGB22, 255, 87
HSL136.7°, 100.0%, 54.3%
CMYK91%, 0%, 66%, 0%
HSV136.7°, 91.4%, 100.0%
LAB88.2, -81.2, 64.0
XYZ37.8, 72.4, 21.0
Decimal1507159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.48:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FF57;
}
.text-color {
color: #16FF57;
}
.border-color {
border: 2px solid #16FF57;
}