HSL(99, 75%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,75%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 75%, 62%) | color: hsl(99, 75%, 62%) | |
| HEX | #88E755 | color: #88E755 | |
| RGB | rgb(136, 231, 85) | color: rgb(136, 231, 85) | |
| CMYK | cmyk(41%, 0%, 63%, 9%) | — | |
| HSV | hsv(99, 63%, 91%) | — | |
| HWB | hwb(99 34% 9%) | color: hwb(99 34% 9%) | |
| OKLCH | oklch(0.8396 0.2024 136.39) | color: oklch(0.8396 0.2024 136.39) | |
| Lab | lab(83.46 -52.88 60.45) | color: lab(83.46 -52.88 60.45) | |
| LCH | lch(83.46 80.31 131.18) | color: lch(83.46 80.31 131.18) |
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)
#B1B278 — rgb(177, 178, 120)
Deuteranopia (Green-blind)
#ACA581 — rgb(172, 165, 129)
Tritanopia (Blue-blind)
#8D949A — rgb(141, 148, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 75%, 62%);
text
color: hsl(99, 75%, 62%);
border
border: 2px solid hsl(99, 75%, 62%);
gradient light
background: linear-gradient(to right, hsl(99, 75%, 82%), hsl(99, 75%, 62%));
gradient dark
background: linear-gradient(to right, hsl(99, 75%, 62%), hsl(99, 75%, 42%))
hex
background-color: #88E755;
tailwind
bg-[hsl(99,75%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 75%, 62%, 0.4);
css variable
--color-primary: hsl(99, 75%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 75%, 62%)?
HEX: #88E755 | RGB: rgb(136, 231, 85) | CMYK: 41%, 0%, 63%, 9% | HSV: 99°, 63%, 91%. Copy any format from the conversion table above.
What colors go well with #88E755?
The complementary color is HSL(279, 75%, 62%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 75%, 62%) in CSS?
As HSL: color: hsl(99, 75%, 62%); — As HEX: color: #88E755; — As RGB: color: rgb(136, 231, 85); — Tailwind CSS: bg-[hsl(99,75%,62%)] — CSS variable: --color-primary: hsl(99, 75%, 62%);