Lime Green (Green)
#2DDF20
RGB: 45, 223, 32
Color OverviewHEX #2DDF20

#2DDF20 Color Code Information

In the RGB color space, #2DDF20 is composed of 18% red, 87% green, and 13% blue. In the HSL color space, it has a hue of 116°, saturation of 75%, and lightness of 50%.

HEX
#2DDF20
RGB
45, 223, 32
HSL
116°, 75%, 50%
HSV
116°, 86%, 87%
CMYK
80%, 0%, 86%, 13%
Name Match
Lime Green
Closest Standard

Shades of #2DDF20 (Darker Variations)

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

Tints of #2DDF20 (Lighter Variations)

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

Tones of #2DDF20 (Muted Variations)

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

Color Harmonies for #2DDF20

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 #2DDF20 Background
Contrast Ratio against Pure White (#FFFFFF):1.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2DDF20 Background
Contrast Ratio against Pure Black (#000000):11.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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