#57FF07
A medium, vivid green closely aligning with Lime.
About #57FF07
The precise color #57FF07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 255, and 7.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57FF07
RGB87, 255, 7
HSL100.6°, 100.0%, 51.4%
CMYK66%, 0%, 97%, 0%
HSV100.6°, 97.3%, 100.0%
LAB88.7, -77.5, 83.8
XYZ39.7, 73.6, 12.3
Decimal5766919
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.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FF07;
}
.text-color {
color: #57FF07;
}
.border-color {
border: 2px solid #57FF07;
}