HSL(97, 84%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,84%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 84%, 61%) | color: hsl(97, 84%, 61%) | |
| HEX | #88EF48 | color: #88EF48 | |
| RGB | rgb(136, 239, 72) | color: rgb(136, 239, 72) | |
| CMYK | cmyk(43%, 0%, 70%, 6%) | — | |
| HSV | hsv(97, 70%, 94%) | — | |
| HWB | hwb(97 28% 6%) | color: hwb(97 28% 6%) | |
| OKLCH | oklch(0.8578 0.2209 135.94) | color: oklch(0.8578 0.2209 135.94) | |
| Lab | lab(85.72 -57.05 67.85) | color: lab(85.72 -57.05 67.85) | |
| LCH | lch(85.72 88.65 130.06) | color: lch(85.72 88.65 130.06) |
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)
#B5B670 — rgb(181, 182, 112)
Deuteranopia (Green-blind)
#AFA77A — rgb(175, 167, 122)
Tritanopia (Blue-blind)
#8D9097 — rgb(141, 144, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 84%, 61%);
text
color: hsl(97, 84%, 61%);
border
border: 2px solid hsl(97, 84%, 61%);
gradient light
background: linear-gradient(to right, hsl(97, 84%, 81%), hsl(97, 84%, 61%));
gradient dark
background: linear-gradient(to right, hsl(97, 84%, 61%), hsl(97, 84%, 41%))
hex
background-color: #88EF48;
tailwind
bg-[hsl(97,84%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 84%, 61%, 0.4);
css variable
--color-primary: hsl(97, 84%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 84%, 61%)?
HEX: #88EF48 | RGB: rgb(136, 239, 72) | CMYK: 43%, 0%, 70%, 6% | HSV: 97°, 70%, 94%. Copy any format from the conversion table above.
What colors go well with #88EF48?
The complementary color is HSL(277, 84%, 61%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 84%, 61%) in CSS?
As HSL: color: hsl(97, 84%, 61%); — As HEX: color: #88EF48; — As RGB: color: rgb(136, 239, 72); — Tailwind CSS: bg-[hsl(97,84%,61%)] — CSS variable: --color-primary: hsl(97, 84%, 61%);