HSL(119, 80%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,80%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 80%, 66%) | color: hsl(119, 80%, 66%) | |
| HEX | #65EE63 | color: #65EE63 | |
| RGB | rgb(101, 238, 99) | color: rgb(101, 238, 99) | |
| CMYK | cmyk(58%, 0%, 58%, 7%) | — | |
| HSV | hsv(119, 58%, 93%) | — | |
| HWB | hwb(119 39% 7%) | color: hwb(119 39% 7%) | |
| OKLCH | oklch(0.8441 0.2166 143.13) | color: oklch(0.8441 0.2166 143.13) | |
| Lab | lab(84.39 -63.74 55.19) | color: lab(84.39 -63.74 55.19) | |
| LCH | lch(84.39 84.31 139.11) | color: lch(84.39 84.31 139.11) |
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)
#A0A285 — rgb(160, 162, 133)
Deuteranopia (Green-blind)
#988E8D — rgb(152, 142, 141)
Tritanopia (Blue-blind)
#6C9FA5 — rgb(108, 159, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 80%, 66%);
text
color: hsl(119, 80%, 66%);
border
border: 2px solid hsl(119, 80%, 66%);
gradient light
background: linear-gradient(to right, hsl(119, 80%, 86%), hsl(119, 80%, 66%));
gradient dark
background: linear-gradient(to right, hsl(119, 80%, 66%), hsl(119, 80%, 46%))
hex
background-color: #65EE63;
tailwind
bg-[hsl(119,80%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 80%, 66%, 0.4);
css variable
--color-primary: hsl(119, 80%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 80%, 66%)?
HEX: #65EE63 | RGB: rgb(101, 238, 99) | CMYK: 58%, 0%, 58%, 7% | HSV: 119°, 58%, 93%. Copy any format from the conversion table above.
What colors go well with #65EE63?
The complementary color is HSL(299, 80%, 66%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 80%, 66%) in CSS?
As HSL: color: hsl(119, 80%, 66%); — As HEX: color: #65EE63; — As RGB: color: rgb(101, 238, 99); — Tailwind CSS: bg-[hsl(119,80%,66%)] — CSS variable: --color-primary: hsl(119, 80%, 66%);