#57F800
A medium, vivid green closely aligning with Lawngreen.
About #57F800
At its core, #57F800 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(87, 248, 0).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 65% cyan, 0% magenta, 100% yellow, and 3% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57F800
RGB87, 248, 0
HSL99.0°, 100.0%, 48.6%
CMYK65%, 0%, 100%, 3%
HSV99.0°, 100.0%, 97.3%
LAB86.6, -75.5, 82.7
XYZ37.5, 69.2, 11.4
Decimal5765120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.83:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F800;
}
.text-color {
color: #57F800;
}
.border-color {
border: 2px solid #57F800;
}