#57FF16
A medium, vivid green closely aligning with Lime.
About #57FF16
The hex code #57FF16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(87, 255, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 66% cyan, 0% magenta, 91% yellow, and 0% black. The HSL representation is 103.3° hue, 100.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57FF16
RGB87, 255, 22
HSL103.3°, 100.0%, 54.3%
CMYK66%, 0%, 91%, 0%
HSV103.3°, 91.4%, 100.0%
LAB88.7, -77.3, 82.4
XYZ39.8, 73.6, 12.9
Decimal5766934
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.72:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FF16;
}
.text-color {
color: #57FF16;
}
.border-color {
border: 2px solid #57FF16;
}