#57F02C
A medium, vivid green closely aligning with Lawngreen.
About #57F02C
At its core, #57F02C is a medium and vivid hue. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(87, 240, 44).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57F02C
RGB87, 240, 44
HSL106.8°, 86.7%, 55.7%
CMYK64%, 0%, 82%, 6%
HSV106.8°, 81.7%, 94.1%
LAB84.2, -71.8, 74.4
XYZ35.5, 64.5, 13.0
Decimal5763116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F02C;
}
.text-color {
color: #57F02C;
}
.border-color {
border: 2px solid #57F02C;
}