HSL(96, 70%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,70%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 70%, 32%) | color: hsl(96, 70%, 32%) | |
| HEX | #468B18 | color: #468B18 | |
| RGB | rgb(70, 139, 24) | color: rgb(70, 139, 24) | |
| CMYK | cmyk(50%, 0%, 83%, 45%) | — | |
| HSV | hsv(96, 83%, 55%) | — | |
| HWB | hwb(96 9% 45%) | color: hwb(96 9% 45%) | |
| OKLCH | oklch(0.5695 0.1592 136.31) | color: oklch(0.5695 0.1592 136.31) | |
| Lab | lab(51.65 -41.29 49.8) | color: lab(51.65 -41.29 49.8) | |
| LCH | lch(51.65 64.69 129.66) | color: lch(51.65 64.69 129.66) |
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)
#646434 — rgb(100, 100, 52)
Deuteranopia (Green-blind)
#605B3B — rgb(96, 91, 59)
Tritanopia (Blue-blind)
#494A4F — rgb(73, 74, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 70%, 32%);
text
color: hsl(96, 70%, 32%);
border
border: 2px solid hsl(96, 70%, 32%);
gradient light
background: linear-gradient(to right, hsl(96, 70%, 52%), hsl(96, 70%, 32%));
gradient dark
background: linear-gradient(to right, hsl(96, 70%, 32%), hsl(96, 70%, 12%))
hex
background-color: #468B18;
tailwind
bg-[hsl(96,70%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 70%, 32%, 0.4);
css variable
--color-primary: hsl(96, 70%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 70%, 32%)?
HEX: #468B18 | RGB: rgb(70, 139, 24) | CMYK: 50%, 0%, 83%, 45% | HSV: 96°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #468B18?
The complementary color is HSL(276, 70%, 32%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 70%, 32%) in CSS?
As HSL: color: hsl(96, 70%, 32%); — As HEX: color: #468B18; — As RGB: color: rgb(70, 139, 24); — Tailwind CSS: bg-[hsl(96,70%,32%)] — CSS variable: --color-primary: hsl(96, 70%, 32%);