HSL(148, 65%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,65%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 65%, 47%) color: hsl(148, 65%, 47%)
HEX #2AC673 color: #2AC673
RGB rgb(42, 198, 115) color: rgb(42, 198, 115)
CMYK cmyk(79%, 0%, 42%, 22%)
HSV hsv(148, 79%, 78%)
HWB hwb(148 16% 22%) color: hwb(148 16% 22%)
OKLCH oklch(0.73 0.1729 153.9) color: oklch(0.73 0.1729 153.9)
Lab lab(70.95 -57.7 30.69) color: lab(70.95 -57.7 30.69)
LCH lch(70.95 65.35 151.99) color: lch(70.95 65.35 151.99)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.23:1
vs Black 9.42:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6E6F87 — rgb(110, 111, 135)

Deuteranopia (Green-blind)

#65598C — rgb(101, 89, 140)

Tritanopia (Blue-blind)

#32979A — rgb(50, 151, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 65%, 47%);

text

color: hsl(148, 65%, 47%);

border

border: 2px solid hsl(148, 65%, 47%);

gradient light

background: linear-gradient(to right, hsl(148, 65%, 67%), hsl(148, 65%, 47%));

gradient dark

background: linear-gradient(to right, hsl(148, 65%, 47%), hsl(148, 65%, 27%))

hex

background-color: #2AC673;

tailwind

bg-[hsl(148,65%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(148, 65%, 47%, 0.4);

css variable

--color-primary: hsl(148, 65%, 47%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(148, 65%, 47%)?

HEX: #2AC673 | RGB: rgb(42, 198, 115) | CMYK: 79%, 0%, 42%, 22% | HSV: 148°, 79%, 78%. Copy any format from the conversion table above.

What colors go well with #2AC673?

The complementary color is HSL(328, 65%, 47%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 65%, 47%) in CSS?

As HSL: color: hsl(148, 65%, 47%); — As HEX: color: #2AC673; — As RGB: color: rgb(42, 198, 115); — Tailwind CSS: bg-[hsl(148,65%,47%)] — CSS variable: --color-primary: hsl(148, 65%, 47%);