HSL(117, 83%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,83%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 83%, 70%) | color: hsl(117, 83%, 70%) | |
| HEX | #79F273 | color: #79F273 | |
| RGB | rgb(121, 242, 115) | color: rgb(121, 242, 115) | |
| CMYK | cmyk(50%, 0%, 52%, 5%) | — | |
| HSV | hsv(117, 52%, 95%) | — | |
| HWB | hwb(117 46% 5%) | color: hwb(117 46% 5%) | |
| OKLCH | oklch(0.8631 0.1997 142.75) | color: oklch(0.8631 0.1997 142.75) | |
| Lab | lab(86.41 -58.38 50.53) | color: lab(86.41 -58.38 50.53) | |
| LCH | lch(86.41 77.21 139.12) | color: lch(86.41 77.21 139.12) |
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)
#ADAE92 — rgb(173, 174, 146)
Deuteranopia (Green-blind)
#A69D99 — rgb(166, 157, 153)
Tritanopia (Blue-blind)
#7FAAAF — rgb(127, 170, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 83%, 70%);
text
color: hsl(117, 83%, 70%);
border
border: 2px solid hsl(117, 83%, 70%);
gradient light
background: linear-gradient(to right, hsl(117, 83%, 90%), hsl(117, 83%, 70%));
gradient dark
background: linear-gradient(to right, hsl(117, 83%, 70%), hsl(117, 83%, 50%))
hex
background-color: #79F273;
tailwind
bg-[hsl(117,83%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 83%, 70%, 0.4);
css variable
--color-primary: hsl(117, 83%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 83%, 70%)?
HEX: #79F273 | RGB: rgb(121, 242, 115) | CMYK: 50%, 0%, 52%, 5% | HSV: 117°, 52%, 95%. Copy any format from the conversion table above.
What colors go well with #79F273?
The complementary color is HSL(297, 83%, 70%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 83%, 70%) in CSS?
As HSL: color: hsl(117, 83%, 70%); — As HEX: color: #79F273; — As RGB: color: rgb(121, 242, 115); — Tailwind CSS: bg-[hsl(117,83%,70%)] — CSS variable: --color-primary: hsl(117, 83%, 70%);