Lime Green (Green)
#2DE90C
RGB: 45, 233, 12
Color OverviewHEX #2DE90C

#2DE90C Color Code Information

In the RGB color space, #2DE90C is composed of 18% red, 91% green, and 5% blue. In the HSL color space, it has a hue of 111°, saturation of 90%, and lightness of 48%.

HEX
#2DE90C
RGB
45, 233, 12
HSL
111°, 90%, 48%
HSV
111°, 95%, 91%
CMYK
81%, 0%, 95%, 9%
Name Match
Lime Green
Closest Standard

Shades of #2DE90C (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #2DE90C (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #2DE90C (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #2DE90C

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #2DE90C Background
Contrast Ratio against Pure White (#FFFFFF):1.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2DE90C Background
Contrast Ratio against Pure Black (#000000):12.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #2DE90C;
}

.element {
  color: #2DE90C;
  background-color: #2DE90C;
  border-color: #2DE90C;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#2DE90C] text-[#2DE90C] border-[#2DE90C]">
  Content styled with #2DE90C
</div>