#57C500
A dark, vivid green closely aligning with Limegreen.
About #57C500
The hex code #57C500 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 87 red, 197 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 56% Cyan, 0% Magenta, 100% Yellow, and 23% 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. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57C500
RGB87, 197, 0
HSL93.5°, 100.0%, 38.6%
CMYK56%, 0%, 100%, 23%
HSV93.5°, 100.0%, 77.3%
LAB70.8, -58.7, 70.2
XYZ23.9, 42.0, 6.8
Decimal5752064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57C500;
}
.text-color {
color: #57C500;
}
.border-color {
border: 2px solid #57C500;
}