HSL(137, 71%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,71%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 71%, 33%) | color: hsl(137, 71%, 33%) | |
| HEX | #18903A | color: #18903A | |
| RGB | rgb(24, 144, 58) | color: rgb(24, 144, 58) | |
| CMYK | cmyk(83%, 0%, 60%, 44%) | — | |
| HSV | hsv(137, 83%, 56%) | — | |
| HWB | hwb(137 10% 44%) | color: hwb(137 10% 44%) | |
| OKLCH | oklch(0.5725 0.1597 147.37) | color: oklch(0.5725 0.1597 147.37) | |
| Lab | lab(52.34 -50.06 36.34) | color: lab(52.34 -50.06 36.34) | |
| LCH | lch(52.34 61.86 144.02) | color: lch(52.34 61.86 144.02) |
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)
#4C4D4F — rgb(76, 77, 79)
Deuteranopia (Green-blind)
#453C54 — rgb(69, 60, 84)
Tritanopia (Blue-blind)
#1E5F63 — rgb(30, 95, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 71%, 33%);
text
color: hsl(137, 71%, 33%);
border
border: 2px solid hsl(137, 71%, 33%);
gradient light
background: linear-gradient(to right, hsl(137, 71%, 53%), hsl(137, 71%, 33%));
gradient dark
background: linear-gradient(to right, hsl(137, 71%, 33%), hsl(137, 71%, 13%))
hex
background-color: #18903A;
tailwind
bg-[hsl(137,71%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 71%, 33%, 0.4);
css variable
--color-primary: hsl(137, 71%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 71%, 33%)?
HEX: #18903A | RGB: rgb(24, 144, 58) | CMYK: 83%, 0%, 60%, 44% | HSV: 137°, 83%, 56%. Copy any format from the conversion table above.
What colors go well with #18903A?
The complementary color is HSL(317, 71%, 33%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 71%, 33%) in CSS?
As HSL: color: hsl(137, 71%, 33%); — As HEX: color: #18903A; — As RGB: color: rgb(24, 144, 58); — Tailwind CSS: bg-[hsl(137,71%,33%)] — CSS variable: --color-primary: hsl(137, 71%, 33%);