#57CC1D
A medium, vivid green closely aligning with Limegreen.
About #57CC1D
Visually, #57CC1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 87 parts red, 204 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 0% Magenta, 86% Yellow, and 20% Black. The HSL representation is 100.1° hue, 75.1% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#57CC1D
RGB87, 204, 29
HSL100.1°, 75.1%, 45.7%
CMYK57%, 0%, 86%, 20%
HSV100.1°, 85.8%, 80.0%
LAB73.1, -60.5, 68.0
XYZ25.7, 45.3, 8.5
Decimal5753885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.06:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC1D;
}
.text-color {
color: #57CC1D;
}
.border-color {
border: 2px solid #57CC1D;
}