HSL(74, 69%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,69%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 69%, 51%) | color: hsl(74, 69%, 51%) | |
| HEX | #B0D82C | color: #B0D82C | |
| RGB | rgb(176, 216, 44) | color: rgb(176, 216, 44) | |
| CMYK | cmyk(19%, 0%, 80%, 15%) | — | |
| HSV | hsv(74, 80%, 85%) | — | |
| HWB | hwb(74 17% 15%) | color: hwb(74 17% 15%) | |
| OKLCH | oklch(0.8247 0.1893 122.66) | color: oklch(0.8247 0.1893 122.66) | |
| Lab | lab(81.03 -34.64 72.98) | color: lab(81.03 -34.64 72.98) | |
| LCH | lch(81.03 80.78 115.39) | color: lch(81.03 80.78 115.39) |
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)
#C1C256 — rgb(193, 194, 86)
Deuteranopia (Green-blind)
#BFBC60 — rgb(191, 188, 96)
Tritanopia (Blue-blind)
#B2767E — rgb(178, 118, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 69%, 51%);
text
color: hsl(74, 69%, 51%);
border
border: 2px solid hsl(74, 69%, 51%);
gradient light
background: linear-gradient(to right, hsl(74, 69%, 71%), hsl(74, 69%, 51%));
gradient dark
background: linear-gradient(to right, hsl(74, 69%, 51%), hsl(74, 69%, 31%))
hex
background-color: #B0D82C;
tailwind
bg-[hsl(74,69%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 69%, 51%, 0.4);
css variable
--color-primary: hsl(74, 69%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 69%, 51%)?
HEX: #B0D82C | RGB: rgb(176, 216, 44) | CMYK: 19%, 0%, 80%, 15% | HSV: 74°, 80%, 85%. Copy any format from the conversion table above.
What colors go well with #B0D82C?
The complementary color is HSL(254, 69%, 51%). 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, 69%, 51%) in CSS?
As HSL: color: hsl(74, 69%, 51%); — As HEX: color: #B0D82C; — As RGB: color: rgb(176, 216, 44); — Tailwind CSS: bg-[hsl(74,69%,51%)] — CSS variable: --color-primary: hsl(74, 69%, 51%);