HSL(101, 54%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(101,54%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 54%, 47%) color: hsl(101, 54%, 47%)
HEX #60B937 color: #60B937
RGB rgb(96, 185, 55) color: rgb(96, 185, 55)
CMYK cmyk(48%, 0%, 70%, 27%)
HSV hsv(101, 70%, 73%)
HWB hwb(101 22% 27%) color: hwb(101 22% 27%)
OKLCH oklch(0.7043 0.1854 137.59) color: oklch(0.7043 0.1854 137.59)
Lab lab(67.62 -49.48 55.04) color: lab(67.62 -49.48 55.04)
LCH lch(67.62 74.01 131.95) color: lch(67.62 74.01 131.95)

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.47:1
vs Black 8.49: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)

#878756 — rgb(135, 135, 86)

Deuteranopia (Green-blind)

#817B5E — rgb(129, 123, 94)

Tritanopia (Blue-blind)

#646F75 — rgb(100, 111, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 54%, 47%);

text

color: hsl(101, 54%, 47%);

border

border: 2px solid hsl(101, 54%, 47%);

gradient light

background: linear-gradient(to right, hsl(101, 54%, 67%), hsl(101, 54%, 47%));

gradient dark

background: linear-gradient(to right, hsl(101, 54%, 47%), hsl(101, 54%, 27%))

hex

background-color: #60B937;

tailwind

bg-[hsl(101,54%,47%)]

box shadow

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

css variable

--color-primary: hsl(101, 54%, 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(101, 54%, 47%)?

HEX: #60B937 | RGB: rgb(96, 185, 55) | CMYK: 48%, 0%, 70%, 27% | HSV: 101°, 70%, 73%. Copy any format from the conversion table above.

What colors go well with #60B937?

The complementary color is HSL(281, 54%, 47%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 54%, 47%) in CSS?

As HSL: color: hsl(101, 54%, 47%); — As HEX: color: #60B937; — As RGB: color: rgb(96, 185, 55); — Tailwind CSS: bg-[hsl(101,54%,47%)] — CSS variable: --color-primary: hsl(101, 54%, 47%);