#57F000
A medium, vivid green closely aligning with Lawngreen.
About #57F000
At its core, #57F000 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. In the RGB color space, it consists of 87 red, 240 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. The color uses 64% Cyan, 0% Magenta, 100% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57F000
RGB87, 240, 0
HSL98.2°, 100.0%, 47.1%
CMYK64%, 0%, 100%, 6%
HSV98.2°, 100.0%, 94.1%
LAB84.1, -73.0, 80.7
XYZ35.1, 64.3, 10.6
Decimal5763072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F000;
}
.text-color {
color: #57F000;
}
.border-color {
border: 2px solid #57F000;
}