HSL(73, 60%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,60%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 60%, 54%) | color: hsl(73, 60%, 54%) | |
| HEX | #B2D043 | color: #B2D043 | |
| RGB | rgb(178, 208, 67) | color: rgb(178, 208, 67) | |
| CMYK | cmyk(14%, 0%, 68%, 18%) | — | |
| HSV | hsv(73, 68%, 82%) | — | |
| HWB | hwb(73 26% 18%) | color: hwb(73 26% 18%) | |
| OKLCH | oklch(0.8093 0.1665 120.66) | color: oklch(0.8093 0.1665 120.66) | |
| Lab | lab(79.03 -28.99 63.6) | color: lab(79.03 -28.99 63.6) | |
| LCH | lch(79.03 69.9 114.5) | color: lch(79.03 69.9 114.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)
#BFBF65 — rgb(191, 191, 101)
Deuteranopia (Green-blind)
#BDBB6D — rgb(189, 187, 109)
Tritanopia (Blue-blind)
#B48086 — rgb(180, 128, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 60%, 54%);
text
color: hsl(73, 60%, 54%);
border
border: 2px solid hsl(73, 60%, 54%);
gradient light
background: linear-gradient(to right, hsl(73, 60%, 74%), hsl(73, 60%, 54%));
gradient dark
background: linear-gradient(to right, hsl(73, 60%, 54%), hsl(73, 60%, 34%))
hex
background-color: #B2D043;
tailwind
bg-[hsl(73,60%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 60%, 54%, 0.4);
css variable
--color-primary: hsl(73, 60%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 60%, 54%)?
HEX: #B2D043 | RGB: rgb(178, 208, 67) | CMYK: 14%, 0%, 68%, 18% | HSV: 73°, 68%, 82%. Copy any format from the conversion table above.
What colors go well with #B2D043?
The complementary color is HSL(253, 60%, 54%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 60%, 54%) in CSS?
As HSL: color: hsl(73, 60%, 54%); — As HEX: color: #B2D043; — As RGB: color: rgb(178, 208, 67); — Tailwind CSS: bg-[hsl(73,60%,54%)] — CSS variable: --color-primary: hsl(73, 60%, 54%);