#57F850
A light, vivid green closely aligning with Limegreen.
About #57F850
Visually, #57F850 is defined as a vivid green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 87 red, 248 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. The HSL representation is 117.5° hue, 92.3% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light 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#57F850
RGB87, 248, 80
HSL117.5°, 92.3%, 64.3%
CMYK65%, 0%, 68%, 3%
HSV117.5°, 67.7%, 97.3%
LAB86.9, -72.0, 65.6
XYZ38.9, 69.7, 19.0
Decimal5765200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F850;
}
.text-color {
color: #57F850;
}
.border-color {
border: 2px solid #57F850;
}