#57FF00
A medium, vivid green closely aligning with Lime.
About #57FF00
The precise color #57FF00 is an excellent choice for modern design projects. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(87, 255, 0).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 66% cyan, 0% magenta, 100% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#57FF00
RGB87, 255, 0
HSL99.5°, 100.0%, 50.0%
CMYK66%, 0%, 100%, 0%
HSV99.5°, 100.0%, 100.0%
LAB88.7, -77.6, 84.4
XYZ39.7, 73.5, 12.1
Decimal5766912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.71:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FF00;
}
.text-color {
color: #57FF00;
}
.border-color {
border: 2px solid #57FF00;
}