#57D300
A medium, vivid green closely aligning with Limegreen.
About #57D300
Visually, #57D300 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 211, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 59% Cyan, 0% Magenta, 100% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57D300
RGB87, 211, 0
HSL95.3°, 100.0%, 41.4%
CMYK59%, 0%, 100%, 17%
HSV95.3°, 100.0%, 82.7%
LAB75.2, -63.6, 73.7
XYZ27.2, 48.6, 7.9
Decimal5755648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D300;
}
.text-color {
color: #57D300;
}
.border-color {
border: 2px solid #57D300;
}