HSL(128, 87%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,87%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 87%, 73%) | color: hsl(128, 87%, 73%) | |
| HEX | #7EF68E | color: #7EF68E | |
| RGB | rgb(126, 246, 142) | color: rgb(126, 246, 142) | |
| CMYK | cmyk(49%, 0%, 42%, 4%) | — | |
| HSV | hsv(128, 49%, 96%) | — | |
| HWB | hwb(128 49% 4%) | color: hwb(128 49% 4%) | |
| OKLCH | oklch(0.8787 0.1785 146.69) | color: oklch(0.8787 0.1785 146.69) | |
| Lab | lab(88.11 -54.94 39.82) | color: lab(88.11 -54.94 39.82) | |
| LCH | lch(88.11 67.85 144.07) | color: lch(88.11 67.85 144.07) |
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)
#B2B3A7 — rgb(178, 179, 167)
Deuteranopia (Green-blind)
#ABA2AD — rgb(171, 162, 173)
Tritanopia (Blue-blind)
#84BBBF — rgb(132, 187, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 87%, 73%);
text
color: hsl(128, 87%, 73%);
border
border: 2px solid hsl(128, 87%, 73%);
gradient light
background: linear-gradient(to right, hsl(128, 87%, 93%), hsl(128, 87%, 73%));
gradient dark
background: linear-gradient(to right, hsl(128, 87%, 73%), hsl(128, 87%, 53%))
hex
background-color: #7EF68E;
tailwind
bg-[hsl(128,87%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 87%, 73%, 0.4);
css variable
--color-primary: hsl(128, 87%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 87%, 73%)?
HEX: #7EF68E | RGB: rgb(126, 246, 142) | CMYK: 49%, 0%, 42%, 4% | HSV: 128°, 49%, 96%. Copy any format from the conversion table above.
What colors go well with #7EF68E?
The complementary color is HSL(308, 87%, 73%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 87%, 73%) in CSS?
As HSL: color: hsl(128, 87%, 73%); — As HEX: color: #7EF68E; — As RGB: color: rgb(126, 246, 142); — Tailwind CSS: bg-[hsl(128,87%,73%)] — CSS variable: --color-primary: hsl(128, 87%, 73%);