HSL(84, 70%, 64%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(84,70%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 70%, 64%) color: hsl(84, 70%, 64%)
HEX #B0E363 color: #B0E363
RGB rgb(176, 227, 99) color: rgb(176, 227, 99)
CMYK cmyk(22%, 0%, 56%, 11%)
HSV hsv(84, 56%, 89%)
HWB hwb(84 39% 11%) color: hwb(84 39% 11%)
OKLCH oklch(0.8541 0.1663 127.72) color: oklch(0.8541 0.1663 127.72)
Lab lab(84.52 -36.14 56.21) color: lab(84.52 -36.14 56.21)
LCH lch(84.52 66.83 122.74) color: lch(84.52 66.83 122.74)

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 1.5:1
vs Black 14.01: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)

#C6C782 — rgb(198, 199, 130)

Deuteranopia (Green-blind)

#C3BF89 — rgb(195, 191, 137)

Tritanopia (Blue-blind)

#B39AA0 — rgb(179, 154, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 70%, 64%);

text

color: hsl(84, 70%, 64%);

border

border: 2px solid hsl(84, 70%, 64%);

gradient light

background: linear-gradient(to right, hsl(84, 70%, 84%), hsl(84, 70%, 64%));

gradient dark

background: linear-gradient(to right, hsl(84, 70%, 64%), hsl(84, 70%, 44%))

hex

background-color: #B0E363;

tailwind

bg-[hsl(84,70%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(84, 70%, 64%, 0.4);

css variable

--color-primary: hsl(84, 70%, 64%);

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(84, 70%, 64%)?

HEX: #B0E363 | RGB: rgb(176, 227, 99) | CMYK: 22%, 0%, 56%, 11% | HSV: 84°, 56%, 89%. Copy any format from the conversion table above.

What colors go well with #B0E363?

The complementary color is HSL(264, 70%, 64%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(84, 70%, 64%) in CSS?

As HSL: color: hsl(84, 70%, 64%); — As HEX: color: #B0E363; — As RGB: color: rgb(176, 227, 99); — Tailwind CSS: bg-[hsl(84,70%,64%)] — CSS variable: --color-primary: hsl(84, 70%, 64%);