HSL(97, 46%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,46%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 46%, 50%) | color: hsl(97, 46%, 50%) | |
| HEX | #72BA45 | color: #72BA45 | |
| RGB | rgb(114, 186, 69) | color: rgb(114, 186, 69) | |
| CMYK | cmyk(39%, 0%, 63%, 27%) | — | |
| HSV | hsv(97, 63%, 73%) | — | |
| HWB | hwb(97 27% 27%) | color: hwb(97 27% 27%) | |
| OKLCH | oklch(0.7169 0.1675 135.36) | color: oklch(0.7169 0.1675 135.36) | |
| Lab | lab(68.84 -42.91 50.83) | color: lab(68.84 -42.91 50.83) | |
| LCH | lch(68.84 66.52 130.17) | color: lch(68.84 66.52 130.17) |
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)
#919261 — rgb(145, 146, 97)
Deuteranopia (Green-blind)
#8D8868 — rgb(141, 136, 104)
Tritanopia (Blue-blind)
#76787D — rgb(118, 120, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 46%, 50%);
text
color: hsl(97, 46%, 50%);
border
border: 2px solid hsl(97, 46%, 50%);
gradient light
background: linear-gradient(to right, hsl(97, 46%, 70%), hsl(97, 46%, 50%));
gradient dark
background: linear-gradient(to right, hsl(97, 46%, 50%), hsl(97, 46%, 30%))
hex
background-color: #72BA45;
tailwind
bg-[hsl(97,46%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 46%, 50%, 0.4);
css variable
--color-primary: hsl(97, 46%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 46%, 50%)?
HEX: #72BA45 | RGB: rgb(114, 186, 69) | CMYK: 39%, 0%, 63%, 27% | HSV: 97°, 63%, 73%. Copy any format from the conversion table above.
What colors go well with #72BA45?
The complementary color is HSL(277, 46%, 50%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 46%, 50%) in CSS?
As HSL: color: hsl(97, 46%, 50%); — As HEX: color: #72BA45; — As RGB: color: rgb(114, 186, 69); — Tailwind CSS: bg-[hsl(97,46%,50%)] — CSS variable: --color-primary: hsl(97, 46%, 50%);