HSL(148, 80%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,80%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 80%, 51%) | color: hsl(148, 80%, 51%) | |
| HEX | #1EE67B | color: #1EE67B | |
| RGB | rgb(30, 230, 123) | color: rgb(30, 230, 123) | |
| CMYK | cmyk(87%, 0%, 47%, 10%) | — | |
| HSV | hsv(148, 87%, 90%) | — | |
| HWB | hwb(148 12% 10%) | color: hwb(148 12% 10%) | |
| OKLCH | oklch(0.8124 0.2073 152.21) | color: oklch(0.8124 0.2073 152.21) | |
| Lab | lab(80.9 -68.39 39.47) | color: lab(80.9 -68.39 39.47) | |
| LCH | lch(80.9 78.96 150.01) | color: lch(80.9 78.96 150.01) |
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)
#757695 — rgb(117, 118, 149)
Deuteranopia (Green-blind)
#695A9B — rgb(105, 90, 155)
Tritanopia (Blue-blind)
#28A9AE — rgb(40, 169, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 80%, 51%);
text
color: hsl(148, 80%, 51%);
border
border: 2px solid hsl(148, 80%, 51%);
gradient light
background: linear-gradient(to right, hsl(148, 80%, 71%), hsl(148, 80%, 51%));
gradient dark
background: linear-gradient(to right, hsl(148, 80%, 51%), hsl(148, 80%, 31%))
hex
background-color: #1EE67B;
tailwind
bg-[hsl(148,80%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 80%, 51%, 0.4);
css variable
--color-primary: hsl(148, 80%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 80%, 51%)?
HEX: #1EE67B | RGB: rgb(30, 230, 123) | CMYK: 87%, 0%, 47%, 10% | HSV: 148°, 87%, 90%. Copy any format from the conversion table above.
What colors go well with #1EE67B?
The complementary color is HSL(328, 80%, 51%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 80%, 51%) in CSS?
As HSL: color: hsl(148, 80%, 51%); — As HEX: color: #1EE67B; — As RGB: color: rgb(30, 230, 123); — Tailwind CSS: bg-[hsl(148,80%,51%)] — CSS variable: --color-primary: hsl(148, 80%, 51%);