HSL(83, 68%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,68%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 68%, 63%) | color: hsl(83, 68%, 63%) | |
| HEX | #B0E160 | color: #B0E160 | |
| RGB | rgb(176, 225, 96) | color: rgb(176, 225, 96) | |
| CMYK | cmyk(22%, 0%, 57%, 12%) | — | |
| HSV | hsv(83, 57%, 88%) | — | |
| HWB | hwb(83 38% 12%) | color: hwb(83 38% 12%) | |
| OKLCH | oklch(0.8493 0.1662 127.07) | color: oklch(0.8493 0.1662 127.07) | |
| Lab | lab(83.93 -35.5 56.86) | color: lab(83.93 -35.5 56.86) | |
| LCH | lch(83.93 67.03 121.98) | color: lch(83.93 67.03 121.98) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C5C67F — rgb(197, 198, 127)
Deuteranopia (Green-blind)
#C2BF87 — rgb(194, 191, 135)
Tritanopia (Blue-blind)
#B2989D — rgb(178, 152, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 68%, 63%);
text
color: hsl(83, 68%, 63%);
border
border: 2px solid hsl(83, 68%, 63%);
gradient light
background: linear-gradient(to right, hsl(83, 68%, 83%), hsl(83, 68%, 63%));
gradient dark
background: linear-gradient(to right, hsl(83, 68%, 63%), hsl(83, 68%, 43%))
hex
background-color: #B0E160;
tailwind
bg-[hsl(83,68%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 68%, 63%, 0.4);
css variable
--color-primary: hsl(83, 68%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 68%, 63%)?
HEX: #B0E160 | RGB: rgb(176, 225, 96) | CMYK: 22%, 0%, 57%, 12% | HSV: 83°, 57%, 88%. Copy any format from the conversion table above.
What colors go well with #B0E160?
The complementary color is HSL(263, 68%, 63%). 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, 68%, 63%) in CSS?
As HSL: color: hsl(83, 68%, 63%); — As HEX: color: #B0E160; — As RGB: color: rgb(176, 225, 96); — Tailwind CSS: bg-[hsl(83,68%,63%)] — CSS variable: --color-primary: hsl(83, 68%, 63%);