Lime Green (Green)
#50D946
RGB: 80, 217, 70
Color OverviewHEX #50D946
#50D946 Color Code Information
In the RGB color space, #50D946 is composed of 31% red, 85% green, and 27% blue. In the HSL color space, it has a hue of 116°, saturation of 66%, and lightness of 56%.
HEX
#50D946
RGB
80, 217, 70
HSL
116°, 66%, 56%
HSV
116°, 68%, 85%
CMYK
63%, 0%, 68%, 15%
Name Match
Lime Green
Closest StandardShades of #50D946 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #50D946 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #50D946 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #50D946
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 #50D946 Background
Contrast Ratio against Pure White (#FFFFFF):1.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #50D946 Background
Contrast Ratio against Pure Black (#000000):11.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #50D946;
}
.element {
color: #50D946;
background-color: #50D946;
border-color: #50D946;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#50D946] text-[#50D946] border-[#50D946]"> Content styled with #50D946 </div>