#57BD00
A dark, vivid green closely aligning with Limegreen.
About #57BD00
The hex code #57BD00 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(87, 189, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 54% C, 0% M, 100% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57BD00
RGB87, 189, 0
HSL92.4°, 100.0%, 37.1%
CMYK54%, 0%, 100%, 26%
HSV92.4°, 100.0%, 74.1%
LAB68.3, -55.9, 68.2
XYZ22.1, 38.4, 6.2
Decimal5750016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.68:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57BD00;
}
.text-color {
color: #57BD00;
}
.border-color {
border: 2px solid #57BD00;
}