HSL(71, 80%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,80%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 80%, 49%) | color: hsl(71, 80%, 49%) | |
| HEX | #BCE119 | color: #BCE119 | |
| RGB | rgb(188, 225, 25) | color: rgb(188, 225, 25) | |
| CMYK | cmyk(16%, 0%, 89%, 12%) | — | |
| HSV | hsv(71, 89%, 88%) | — | |
| HWB | hwb(71 10% 12%) | color: hwb(71 10% 12%) | |
| OKLCH | oklch(0.8528 0.2004 121.08) | color: oklch(0.8528 0.2004 121.08) | |
| Lab | lab(84.28 -34.52 80.12) | color: lab(84.28 -34.52 80.12) | |
| LCH | lch(84.28 87.24 113.31) | color: lch(84.28 87.24 113.31) |
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)
#CCCC49 — rgb(204, 204, 73)
Deuteranopia (Green-blind)
#CAC755 — rgb(202, 199, 85)
Tritanopia (Blue-blind)
#BE7078 — rgb(190, 112, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 80%, 49%);
text
color: hsl(71, 80%, 49%);
border
border: 2px solid hsl(71, 80%, 49%);
gradient light
background: linear-gradient(to right, hsl(71, 80%, 69%), hsl(71, 80%, 49%));
gradient dark
background: linear-gradient(to right, hsl(71, 80%, 49%), hsl(71, 80%, 29%))
hex
background-color: #BCE119;
tailwind
bg-[hsl(71,80%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 80%, 49%, 0.4);
css variable
--color-primary: hsl(71, 80%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 80%, 49%)?
HEX: #BCE119 | RGB: rgb(188, 225, 25) | CMYK: 16%, 0%, 89%, 12% | HSV: 71°, 89%, 88%. Copy any format from the conversion table above.
What colors go well with #BCE119?
The complementary color is HSL(251, 80%, 49%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 80%, 49%) in CSS?
As HSL: color: hsl(71, 80%, 49%); — As HEX: color: #BCE119; — As RGB: color: rgb(188, 225, 25); — Tailwind CSS: bg-[hsl(71,80%,49%)] — CSS variable: --color-primary: hsl(71, 80%, 49%);