Lime Green (Green)
#28D73F
RGB: 40, 215, 63
Color OverviewHEX #28D73F

#28D73F Color Code Information

In the RGB color space, #28D73F is composed of 16% red, 84% green, and 25% blue. In the HSL color space, it has a hue of 128°, saturation of 69%, and lightness of 50%.

HEX
#28D73F
RGB
40, 215, 63
HSL
128°, 69%, 50%
HSV
128°, 81%, 84%
CMYK
81%, 0%, 71%, 16%
Name Match
Lime Green
Closest Standard

Shades of #28D73F (Darker Variations)

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

Tints of #28D73F (Lighter Variations)

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

Tones of #28D73F (Muted Variations)

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

Color Harmonies for #28D73F

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 #28D73F Background
Contrast Ratio against Pure White (#FFFFFF):1.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #28D73F Background
Contrast Ratio against Pure Black (#000000):10.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #28D73F;
}

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