#57F842
A light, vivid green closely aligning with Lawngreen.
About #57F842
The hex code #57F842 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(87, 248, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 65% cyan, 0% magenta, 73% yellow, and 3% 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#57F842
RGB87, 248, 66
HSL113.1°, 92.9%, 61.6%
CMYK65%, 0%, 73%, 3%
HSV113.1°, 73.4%, 97.3%
LAB86.8, -73.1, 70.5
XYZ38.5, 69.6, 16.6
Decimal5765186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F842;
}
.text-color {
color: #57F842;
}
.border-color {
border: 2px solid #57F842;
}