#57FF0F
A medium, vivid green closely aligning with Lime.
About #57FF0F
The hex code #57FF0F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 87 red, 255 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 66% Cyan, 0% Magenta, 94% Yellow, and 0% Black. The HSL representation is 102.0° hue, 100.0% saturation, and 52.9% lightness.
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#57FF0F
RGB87, 255, 15
HSL102.0°, 100.0%, 52.9%
CMYK66%, 0%, 94%, 0%
HSV102.0°, 94.1%, 100.0%
LAB88.7, -77.4, 83.2
XYZ39.8, 73.6, 12.6
Decimal5766927
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: #57FF0F;
}
.text-color {
color: #57FF0F;
}
.border-color {
border: 2px solid #57FF0F;
}