#57FF24
A medium, vivid green closely aligning with Lime.
About #57FF24
When working with digital screens, the color #57FF24 is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 255, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. The HSL representation is 106.0° hue, 100.0% saturation, and 57.1% 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#57FF24
RGB87, 255, 36
HSL106.0°, 100.0%, 57.1%
CMYK66%, 0%, 86%, 0%
HSV106.0°, 85.9%, 100.0%
LAB88.8, -76.9, 80.2
XYZ40.0, 73.7, 13.8
Decimal5766948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.73:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FF24;
}
.text-color {
color: #57FF24;
}
.border-color {
border: 2px solid #57FF24;
}