Medium Sea Green (Green)
#2FB65A
RGB: 47, 182, 90
Color OverviewHEX #2FB65A

#2FB65A Color Code Information

In the RGB color space, #2FB65A is composed of 18% red, 71% green, and 35% blue. In the HSL color space, it has a hue of 139°, saturation of 59%, and lightness of 45%.

HEX
#2FB65A
RGB
47, 182, 90
HSL
139°, 59%, 45%
HSV
139°, 74%, 71%
CMYK
74%, 0%, 51%, 29%
Name Match
Medium Sea Green
Closest Standard

Shades of #2FB65A (Darker Variations)

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

Tints of #2FB65A (Lighter Variations)

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

Tones of #2FB65A (Muted Variations)

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

Color Harmonies for #2FB65A

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

Developer Code Snippets & Tailwind CSS

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

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