HSL(74, 80%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,80%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 80%, 54%) | color: hsl(74, 80%, 54%) | |
| HEX | #BCE82C | color: #BCE82C | |
| RGB | rgb(188, 232, 44) | color: rgb(188, 232, 44) | |
| CMYK | cmyk(19%, 0%, 81%, 9%) | — | |
| HSV | hsv(74, 81%, 91%) | — | |
| HWB | hwb(74 17% 9%) | color: hwb(74 17% 9%) | |
| OKLCH | oklch(0.8693 0.202 122.9) | color: oklch(0.8693 0.202 122.9) | |
| Lab | lab(86.3 -37.18 77.94) | color: lab(86.3 -37.18 77.94) | |
| LCH | lch(86.3 86.35 115.5) | color: lch(86.3 86.35 115.5) |
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)
#CFCF59 — rgb(207, 207, 89)
Deuteranopia (Green-blind)
#CDC964 — rgb(205, 201, 100)
Tritanopia (Blue-blind)
#BE7D85 — rgb(190, 125, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 80%, 54%);
text
color: hsl(74, 80%, 54%);
border
border: 2px solid hsl(74, 80%, 54%);
gradient light
background: linear-gradient(to right, hsl(74, 80%, 74%), hsl(74, 80%, 54%));
gradient dark
background: linear-gradient(to right, hsl(74, 80%, 54%), hsl(74, 80%, 34%))
hex
background-color: #BCE82C;
tailwind
bg-[hsl(74,80%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 80%, 54%, 0.4);
css variable
--color-primary: hsl(74, 80%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 80%, 54%)?
HEX: #BCE82C | RGB: rgb(188, 232, 44) | CMYK: 19%, 0%, 81%, 9% | HSV: 74°, 81%, 91%. Copy any format from the conversion table above.
What colors go well with #BCE82C?
The complementary color is HSL(254, 80%, 54%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 80%, 54%) in CSS?
As HSL: color: hsl(74, 80%, 54%); — As HEX: color: #BCE82C; — As RGB: color: rgb(188, 232, 44); — Tailwind CSS: bg-[hsl(74,80%,54%)] — CSS variable: --color-primary: hsl(74, 80%, 54%);