HSL(126, 84%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,84%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 84%, 72%) | color: hsl(126, 84%, 72%) | |
| HEX | #7CF488 | color: #7CF488 | |
| RGB | rgb(124, 244, 136) | color: rgb(124, 244, 136) | |
| CMYK | cmyk(49%, 0%, 44%, 4%) | — | |
| HSV | hsv(126, 49%, 96%) | — | |
| HWB | hwb(126 49% 4%) | color: hwb(126 49% 4%) | |
| OKLCH | oklch(0.8721 0.1823 145.85) | color: oklch(0.8721 0.1823 145.85) | |
| Lab | lab(87.37 -55.56 41.78) | color: lab(87.37 -55.56 41.78) | |
| LCH | lch(87.37 69.52 143.06) | color: lch(87.37 69.52 143.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)
#B0B1A2 — rgb(176, 177, 162)
Deuteranopia (Green-blind)
#A9A0A8 — rgb(169, 160, 168)
Tritanopia (Blue-blind)
#82B7BB — rgb(130, 183, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 84%, 72%);
text
color: hsl(126, 84%, 72%);
border
border: 2px solid hsl(126, 84%, 72%);
gradient light
background: linear-gradient(to right, hsl(126, 84%, 92%), hsl(126, 84%, 72%));
gradient dark
background: linear-gradient(to right, hsl(126, 84%, 72%), hsl(126, 84%, 52%))
hex
background-color: #7CF488;
tailwind
bg-[hsl(126,84%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 84%, 72%, 0.4);
css variable
--color-primary: hsl(126, 84%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 84%, 72%)?
HEX: #7CF488 | RGB: rgb(124, 244, 136) | CMYK: 49%, 0%, 44%, 4% | HSV: 126°, 49%, 96%. Copy any format from the conversion table above.
What colors go well with #7CF488?
The complementary color is HSL(306, 84%, 72%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 84%, 72%) in CSS?
As HSL: color: hsl(126, 84%, 72%); — As HEX: color: #7CF488; — As RGB: color: rgb(124, 244, 136); — Tailwind CSS: bg-[hsl(126,84%,72%)] — CSS variable: --color-primary: hsl(126, 84%, 72%);