HSL(103, 65%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(103, 65%, 47%) color: hsl(103, 65%, 47%)
HEX #56C62A color: #56C62A
RGB rgb(86, 198, 42) color: rgb(86, 198, 42)
CMYK cmyk(57%, 0%, 79%, 22%)
HSV hsv(103, 79%, 78%)
HWB hwb(103 16% 22%) color: hwb(103 16% 22%)
OKLCH oklch(0.7329 0.2125 138.86) color: oklch(0.7329 0.2125 138.86)
Lab lab(71.24 -58.03 62.93) color: lab(71.24 -58.03 62.93)
LCH lch(71.24 85.6 132.68) color: lch(71.24 85.6 132.68)

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.21:1
vs Black 9.51: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)

#868850 — rgb(134, 136, 80)

Deuteranopia (Green-blind)

#807859 — rgb(128, 120, 89)

Tritanopia (Blue-blind)

#5C6E74 — rgb(92, 110, 116)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #56C62A;

tailwind

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

box shadow

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

css variable

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

HEX: #56C62A | RGB: rgb(86, 198, 42) | CMYK: 57%, 0%, 79%, 22% | HSV: 103°, 79%, 78%. Copy any format from the conversion table above.

What colors go well with #56C62A?

The complementary color is HSL(283, 65%, 47%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(103, 65%, 47%); — As HEX: color: #56C62A; — As RGB: color: rgb(86, 198, 42); — Tailwind CSS: bg-[hsl(103,65%,47%)] — CSS variable: --color-primary: hsl(103, 65%, 47%);