HSL(102, 57%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,57%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 57%, 62%) | color: hsl(102, 57%, 62%) | |
| HEX | #88D567 | color: #88D567 | |
| RGB | rgb(136, 213, 103) | color: rgb(136, 213, 103) | |
| CMYK | cmyk(36%, 0%, 52%, 16%) | — | |
| HSV | hsv(102, 52%, 84%) | — | |
| HWB | hwb(102 40% 16%) | color: hwb(102 40% 16%) | |
| OKLCH | oklch(0.7984 0.1636 137.13) | color: oklch(0.7984 0.1636 137.13) | |
| Lab | lab(78.35 -43.58 46.57) | color: lab(78.35 -43.58 46.57) | |
| LCH | lch(78.35 63.78 133.1) | color: lch(78.35 63.78 133.1) |
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)
#A9AA82 — rgb(169, 170, 130)
Deuteranopia (Green-blind)
#A59F88 — rgb(165, 159, 136)
Tritanopia (Blue-blind)
#8C979B — rgb(140, 151, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 57%, 62%);
text
color: hsl(102, 57%, 62%);
border
border: 2px solid hsl(102, 57%, 62%);
gradient light
background: linear-gradient(to right, hsl(102, 57%, 82%), hsl(102, 57%, 62%));
gradient dark
background: linear-gradient(to right, hsl(102, 57%, 62%), hsl(102, 57%, 42%))
hex
background-color: #88D567;
tailwind
bg-[hsl(102,57%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 57%, 62%, 0.4);
css variable
--color-primary: hsl(102, 57%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 57%, 62%)?
HEX: #88D567 | RGB: rgb(136, 213, 103) | CMYK: 36%, 0%, 52%, 16% | HSV: 102°, 52%, 84%. Copy any format from the conversion table above.
What colors go well with #88D567?
The complementary color is HSL(282, 57%, 62%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 57%, 62%) in CSS?
As HSL: color: hsl(102, 57%, 62%); — As HEX: color: #88D567; — As RGB: color: rgb(136, 213, 103); — Tailwind CSS: bg-[hsl(102,57%,62%)] — CSS variable: --color-primary: hsl(102, 57%, 62%);