Medium Sea Green (Green)
#2FB75C
RGB: 47, 183, 92
Color OverviewHEX #2FB75C

#2FB75C Color Code Information

In the RGB color space, #2FB75C is composed of 18% red, 72% green, and 36% blue. In the HSL color space, it has a hue of 140°, saturation of 59%, and lightness of 45%.

HEX
#2FB75C
RGB
47, 183, 92
HSL
140°, 59%, 45%
HSV
140°, 74%, 72%
CMYK
74%, 0%, 50%, 28%
Name Match
Medium Sea Green
Closest Standard

Shades of #2FB75C (Darker Variations)

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

Tints of #2FB75C (Lighter Variations)

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

Tones of #2FB75C (Muted Variations)

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

Color Harmonies for #2FB75C

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

Developer Code Snippets & Tailwind CSS

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

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