HSL(130, 80%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,80%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 80%, 54%) | color: hsl(130, 80%, 54%) | |
| HEX | #2CE84B | color: #2CE84B | |
| RGB | rgb(44, 232, 75) | color: rgb(44, 232, 75) | |
| CMYK | cmyk(81%, 0%, 68%, 9%) | — | |
| HSV | hsv(130, 81%, 91%) | — | |
| HWB | hwb(130 17% 9%) | color: hwb(130 17% 9%) | |
| OKLCH | oklch(0.8132 0.2442 144.82) | color: oklch(0.8132 0.2442 144.82) | |
| Lab | lab(81.16 -74 61.2) | color: lab(81.16 -74 61.2) | |
| LCH | lch(81.16 96.03 140.41) | color: lch(81.16 96.03 140.41) |
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)
#7D7F71 — rgb(125, 127, 113)
Deuteranopia (Green-blind)
#73647A — rgb(115, 100, 122)
Tritanopia (Blue-blind)
#358F96 — rgb(53, 143, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 80%, 54%);
text
color: hsl(130, 80%, 54%);
border
border: 2px solid hsl(130, 80%, 54%);
gradient light
background: linear-gradient(to right, hsl(130, 80%, 74%), hsl(130, 80%, 54%));
gradient dark
background: linear-gradient(to right, hsl(130, 80%, 54%), hsl(130, 80%, 34%))
hex
background-color: #2CE84B;
tailwind
bg-[hsl(130,80%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 80%, 54%, 0.4);
css variable
--color-primary: hsl(130, 80%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 80%, 54%)?
HEX: #2CE84B | RGB: rgb(44, 232, 75) | CMYK: 81%, 0%, 68%, 9% | HSV: 130°, 81%, 91%. Copy any format from the conversion table above.
What colors go well with #2CE84B?
The complementary color is HSL(310, 80%, 54%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 80%, 54%) in CSS?
As HSL: color: hsl(130, 80%, 54%); — As HEX: color: #2CE84B; — As RGB: color: rgb(44, 232, 75); — Tailwind CSS: bg-[hsl(130,80%,54%)] — CSS variable: --color-primary: hsl(130, 80%, 54%);