HSL(108, 53%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,53%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 53%, 60%) | color: hsl(108, 53%, 60%) | |
| HEX | #79CF63 | color: #79CF63 | |
| RGB | rgb(121, 207, 99) | color: rgb(121, 207, 99) | |
| CMYK | cmyk(42%, 0%, 52%, 19%) | — | |
| HSV | hsv(108, 52%, 81%) | — | |
| HWB | hwb(108 39% 19%) | color: hwb(108 39% 19%) | |
| OKLCH | oklch(0.7758 0.1668 139.54) | color: oklch(0.7758 0.1668 139.54) | |
| Lab | lab(75.82 -46.31 45.26) | color: lab(75.82 -46.31 45.26) | |
| LCH | lch(75.82 64.75 135.66) | color: lch(75.82 64.75 135.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)
#9E9F7D — rgb(158, 159, 125)
Deuteranopia (Green-blind)
#999383 — rgb(153, 147, 131)
Tritanopia (Blue-blind)
#7D9296 — rgb(125, 146, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 53%, 60%);
text
color: hsl(108, 53%, 60%);
border
border: 2px solid hsl(108, 53%, 60%);
gradient light
background: linear-gradient(to right, hsl(108, 53%, 80%), hsl(108, 53%, 60%));
gradient dark
background: linear-gradient(to right, hsl(108, 53%, 60%), hsl(108, 53%, 40%))
hex
background-color: #79CF63;
tailwind
bg-[hsl(108,53%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 53%, 60%, 0.4);
css variable
--color-primary: hsl(108, 53%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 53%, 60%)?
HEX: #79CF63 | RGB: rgb(121, 207, 99) | CMYK: 42%, 0%, 52%, 19% | HSV: 108°, 52%, 81%. Copy any format from the conversion table above.
What colors go well with #79CF63?
The complementary color is HSL(288, 53%, 60%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 53%, 60%) in CSS?
As HSL: color: hsl(108, 53%, 60%); — As HEX: color: #79CF63; — As RGB: color: rgb(121, 207, 99); — Tailwind CSS: bg-[hsl(108,53%,60%)] — CSS variable: --color-primary: hsl(108, 53%, 60%);