Lime Green (Green)
#57CE20
RGB: 87, 206, 32
Color OverviewHEX #57CE20
#57CE20 Color Code Information
In the RGB color space, #57CE20 is composed of 34% red, 81% green, and 13% blue. In the HSL color space, it has a hue of 101°, saturation of 73%, and lightness of 47%.
HEX
#57CE20
RGB
87, 206, 32
HSL
101°, 73%, 47%
HSV
101°, 84%, 81%
CMYK
58%, 0%, 84%, 19%
Name Match
Lime Green
Closest StandardShades of #57CE20 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #57CE20 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #57CE20 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #57CE20
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #57CE20 Background
Contrast Ratio against Pure White (#FFFFFF):2.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #57CE20 Background
Contrast Ratio against Pure Black (#000000):10.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #57CE20;
}
.element {
color: #57CE20;
background-color: #57CE20;
border-color: #57CE20;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#57CE20] text-[#57CE20] border-[#57CE20]"> Content styled with #57CE20 </div>