HSL(106, 84%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,84%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 84%, 65%) | color: hsl(106, 84%, 65%) | |
| HEX | #7EF15B | color: #7EF15B | |
| RGB | rgb(126, 241, 91) | color: rgb(126, 241, 91) | |
| CMYK | cmyk(48%, 0%, 62%, 5%) | — | |
| HSV | hsv(106, 62%, 95%) | — | |
| HWB | hwb(106 36% 5%) | color: hwb(106 36% 5%) | |
| OKLCH | oklch(0.8599 0.2153 139.12) | color: oklch(0.8599 0.2153 139.12) | |
| Lab | lab(86.06 -59.22 60.72) | color: lab(86.06 -59.22 60.72) | |
| LCH | lch(86.06 84.82 134.28) | color: lch(86.06 84.82 134.28) |
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)
#B0B17F — rgb(176, 177, 127)
Deuteranopia (Green-blind)
#A9A188 — rgb(169, 161, 136)
Tritanopia (Blue-blind)
#849CA2 — rgb(132, 156, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 84%, 65%);
text
color: hsl(106, 84%, 65%);
border
border: 2px solid hsl(106, 84%, 65%);
gradient light
background: linear-gradient(to right, hsl(106, 84%, 85%), hsl(106, 84%, 65%));
gradient dark
background: linear-gradient(to right, hsl(106, 84%, 65%), hsl(106, 84%, 45%))
hex
background-color: #7EF15B;
tailwind
bg-[hsl(106,84%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 84%, 65%, 0.4);
css variable
--color-primary: hsl(106, 84%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 84%, 65%)?
HEX: #7EF15B | RGB: rgb(126, 241, 91) | CMYK: 48%, 0%, 62%, 5% | HSV: 106°, 62%, 95%. Copy any format from the conversion table above.
What colors go well with #7EF15B?
The complementary color is HSL(286, 84%, 65%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 84%, 65%) in CSS?
As HSL: color: hsl(106, 84%, 65%); — As HEX: color: #7EF15B; — As RGB: color: rgb(126, 241, 91); — Tailwind CSS: bg-[hsl(106,84%,65%)] — CSS variable: --color-primary: hsl(106, 84%, 65%);