HSL(118, 96%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,96%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 96%, 71%) | color: hsl(118, 96%, 71%) | |
| HEX | #73FC6E | color: #73FC6E | |
| RGB | rgb(115, 252, 110) | color: rgb(115, 252, 110) | |
| CMYK | cmyk(54%, 0%, 56%, 1%) | — | |
| HSV | hsv(118, 56%, 99%) | — | |
| HWB | hwb(118 44% 1%) | color: hwb(118 44% 1%) | |
| OKLCH | oklch(0.8845 0.2193 142.85) | color: oklch(0.8845 0.2193 142.85) | |
| Lab | lab(89.11 -64.23 55.95) | color: lab(89.11 -64.23 55.95) | |
| LCH | lch(89.11 85.18 138.94) | color: lch(89.11 85.18 138.94) |
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)
#AEB090 — rgb(174, 176, 144)
Deuteranopia (Green-blind)
#A69C99 — rgb(166, 156, 153)
Tritanopia (Blue-blind)
#7AABB1 — rgb(122, 171, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 96%, 71%);
text
color: hsl(118, 96%, 71%);
border
border: 2px solid hsl(118, 96%, 71%);
gradient light
background: linear-gradient(to right, hsl(118, 96%, 91%), hsl(118, 96%, 71%));
gradient dark
background: linear-gradient(to right, hsl(118, 96%, 71%), hsl(118, 96%, 51%))
hex
background-color: #73FC6E;
tailwind
bg-[hsl(118,96%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 96%, 71%, 0.4);
css variable
--color-primary: hsl(118, 96%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 96%, 71%)?
HEX: #73FC6E | RGB: rgb(115, 252, 110) | CMYK: 54%, 0%, 56%, 1% | HSV: 118°, 56%, 99%. Copy any format from the conversion table above.
What colors go well with #73FC6E?
The complementary color is HSL(298, 96%, 71%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 96%, 71%) in CSS?
As HSL: color: hsl(118, 96%, 71%); — As HEX: color: #73FC6E; — As RGB: color: rgb(115, 252, 110); — Tailwind CSS: bg-[hsl(118,96%,71%)] — CSS variable: --color-primary: hsl(118, 96%, 71%);