#57F01D
A medium, vivid green closely aligning with Lawngreen.
About #57F01D
At its core, #57F01D 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 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 64% C, 0% M, 88% Y, and 6% K. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#57F01D
RGB87, 240, 29
HSL103.5°, 87.6%, 52.7%
CMYK64%, 0%, 88%, 6%
HSV103.5°, 87.9%, 94.1%
LAB84.2, -72.4, 77.6
XYZ35.3, 64.4, 11.7
Decimal5763101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.89:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F01D;
}
.text-color {
color: #57F01D;
}
.border-color {
border: 2px solid #57F01D;
}