HSL(105, 79%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,79%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 79%, 62%) | color: hsl(105, 79%, 62%) | |
| HEX | #78EB52 | color: #78EB52 | |
| RGB | rgb(120, 235, 82) | color: rgb(120, 235, 82) | |
| CMYK | cmyk(49%, 0%, 65%, 8%) | — | |
| HSV | hsv(105, 65%, 92%) | — | |
| HWB | hwb(105 32% 8%) | color: hwb(105 32% 8%) | |
| OKLCH | oklch(0.842 0.2171 138.9) | color: oklch(0.842 0.2171 138.9) | |
| Lab | lab(83.97 -59.46 62.03) | color: lab(83.97 -59.46 62.03) | |
| LCH | lch(83.97 85.93 133.79) | color: lch(83.97 85.93 133.79) |
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)
#AAAB77 — rgb(170, 171, 119)
Deuteranopia (Green-blind)
#A39B80 — rgb(163, 155, 128)
Tritanopia (Blue-blind)
#7E949B — rgb(126, 148, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 79%, 62%);
text
color: hsl(105, 79%, 62%);
border
border: 2px solid hsl(105, 79%, 62%);
gradient light
background: linear-gradient(to right, hsl(105, 79%, 82%), hsl(105, 79%, 62%));
gradient dark
background: linear-gradient(to right, hsl(105, 79%, 62%), hsl(105, 79%, 42%))
hex
background-color: #78EB52;
tailwind
bg-[hsl(105,79%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 79%, 62%, 0.4);
css variable
--color-primary: hsl(105, 79%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 79%, 62%)?
HEX: #78EB52 | RGB: rgb(120, 235, 82) | CMYK: 49%, 0%, 65%, 8% | HSV: 105°, 65%, 92%. Copy any format from the conversion table above.
What colors go well with #78EB52?
The complementary color is HSL(285, 79%, 62%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 79%, 62%) in CSS?
As HSL: color: hsl(105, 79%, 62%); — As HEX: color: #78EB52; — As RGB: color: rgb(120, 235, 82); — Tailwind CSS: bg-[hsl(105,79%,62%)] — CSS variable: --color-primary: hsl(105, 79%, 62%);