HSL(83, 100%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,100%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 100%, 69%) color: hsl(83, 100%, 69%)
HEX #C2FF61 color: #C2FF61
RGB rgb(194, 255, 97) color: rgb(194, 255, 97)
CMYK cmyk(24%, 0%, 62%, 0%)
HSV hsv(83, 62%, 100%)
HWB hwb(83 38% 0%) color: hwb(83 38% 0%)
OKLCH oklch(0.9286 0.1955 127.74) color: oklch(0.9286 0.1955 127.74)
Lab lab(93.39 -42.18 67.25) color: lab(93.39 -42.18 67.25)
LCH lch(93.39 79.38 122.1) color: lch(93.39 79.38 122.1)

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

#DCDD87 — rgb(220, 221, 135)

Deuteranopia (Green-blind)

#D9D490 — rgb(217, 212, 144)

Tritanopia (Blue-blind)

#C5A5AC — rgb(197, 165, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 100%, 69%);

text

color: hsl(83, 100%, 69%);

border

border: 2px solid hsl(83, 100%, 69%);

gradient light

background: linear-gradient(to right, hsl(83, 100%, 89%), hsl(83, 100%, 69%));

gradient dark

background: linear-gradient(to right, hsl(83, 100%, 69%), hsl(83, 100%, 49%))

hex

background-color: #C2FF61;

tailwind

bg-[hsl(83,100%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(83, 100%, 69%, 0.4);

css variable

--color-primary: hsl(83, 100%, 69%);

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(83, 100%, 69%)?

HEX: #C2FF61 | RGB: rgb(194, 255, 97) | CMYK: 24%, 0%, 62%, 0% | HSV: 83°, 62%, 100%. Copy any format from the conversion table above.

What colors go well with #C2FF61?

The complementary color is HSL(263, 100%, 69%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 100%, 69%) in CSS?

As HSL: color: hsl(83, 100%, 69%); — As HEX: color: #C2FF61; — As RGB: color: rgb(194, 255, 97); — Tailwind CSS: bg-[hsl(83,100%,69%)] — CSS variable: --color-primary: hsl(83, 100%, 69%);