HSL(107, 71%, 46%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,71%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 71%, 46%) color: hsl(107, 71%, 46%)
HEX #46C922 color: #46C922
RGB rgb(70, 201, 34) color: rgb(70, 201, 34)
CMYK cmyk(65%, 0%, 83%, 21%)
HSV hsv(107, 83%, 79%)
HWB hwb(107 13% 21%) color: hwb(107 13% 21%)
OKLCH oklch(0.7352 0.2255 140.29) color: oklch(0.7352 0.2255 140.29)
Lab lab(71.68 -63.24 65.37) color: lab(71.68 -63.24 65.37)
LCH lch(71.68 90.95 134.05) color: lch(71.68 90.95 134.05)

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.18:1
vs Black 9.64: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)

#7F804A — rgb(127, 128, 74)

Deuteranopia (Green-blind)

#776D54 — rgb(119, 109, 84)

Tritanopia (Blue-blind)

#4D6A71 — rgb(77, 106, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 71%, 46%);

text

color: hsl(107, 71%, 46%);

border

border: 2px solid hsl(107, 71%, 46%);

gradient light

background: linear-gradient(to right, hsl(107, 71%, 66%), hsl(107, 71%, 46%));

gradient dark

background: linear-gradient(to right, hsl(107, 71%, 46%), hsl(107, 71%, 26%))

hex

background-color: #46C922;

tailwind

bg-[hsl(107,71%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 71%, 46%, 0.4);

css variable

--color-primary: hsl(107, 71%, 46%);

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(107, 71%, 46%)?

HEX: #46C922 | RGB: rgb(70, 201, 34) | CMYK: 65%, 0%, 83%, 21% | HSV: 107°, 83%, 79%. Copy any format from the conversion table above.

What colors go well with #46C922?

The complementary color is HSL(287, 71%, 46%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 71%, 46%) in CSS?

As HSL: color: hsl(107, 71%, 46%); — As HEX: color: #46C922; — As RGB: color: rgb(70, 201, 34); — Tailwind CSS: bg-[hsl(107,71%,46%)] — CSS variable: --color-primary: hsl(107, 71%, 46%);