HSL(113, 73%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,73%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 73%, 64%) | color: hsl(113, 73%, 64%) | |
| HEX | #70E660 | color: #70E660 | |
| RGB | rgb(112, 230, 96) | color: rgb(112, 230, 96) | |
| CMYK | cmyk(51%, 0%, 58%, 10%) | — | |
| HSV | hsv(113, 58%, 90%) | — | |
| HWB | hwb(113 38% 10%) | color: hwb(113 38% 10%) | |
| OKLCH | oklch(0.8279 0.2042 141.35) | color: oklch(0.8279 0.2042 141.35) | |
| Lab | lab(82.31 -58.39 54.21) | color: lab(82.31 -58.39 54.21) | |
| LCH | lch(82.31 79.68 137.13) | color: lch(82.31 79.68 137.13) |
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)
#A3A480 — rgb(163, 164, 128)
Deuteranopia (Green-blind)
#9C9388 — rgb(156, 147, 136)
Tritanopia (Blue-blind)
#769AA0 — rgb(118, 154, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 73%, 64%);
text
color: hsl(113, 73%, 64%);
border
border: 2px solid hsl(113, 73%, 64%);
gradient light
background: linear-gradient(to right, hsl(113, 73%, 84%), hsl(113, 73%, 64%));
gradient dark
background: linear-gradient(to right, hsl(113, 73%, 64%), hsl(113, 73%, 44%))
hex
background-color: #70E660;
tailwind
bg-[hsl(113,73%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 73%, 64%, 0.4);
css variable
--color-primary: hsl(113, 73%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 73%, 64%)?
HEX: #70E660 | RGB: rgb(112, 230, 96) | CMYK: 51%, 0%, 58%, 10% | HSV: 113°, 58%, 90%. Copy any format from the conversion table above.
What colors go well with #70E660?
The complementary color is HSL(293, 73%, 64%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 73%, 64%) in CSS?
As HSL: color: hsl(113, 73%, 64%); — As HEX: color: #70E660; — As RGB: color: rgb(112, 230, 96); — Tailwind CSS: bg-[hsl(113,73%,64%)] — CSS variable: --color-primary: hsl(113, 73%, 64%);