HSL(93, 85%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,85%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 85%, 38%) | color: hsl(93, 85%, 38%) | |
| HEX | #59B30F | color: #59B30F | |
| RGB | rgb(89, 179, 15) | color: rgb(89, 179, 15) | |
| CMYK | cmyk(50%, 0%, 92%, 30%) | — | |
| HSV | hsv(93, 92%, 70%) | — | |
| HWB | hwb(93 6% 30%) | color: hwb(93 6% 30%) | |
| OKLCH | oklch(0.6837 0.1994 136.04) | color: oklch(0.6837 0.1994 136.04) | |
| Lab | lab(65.28 -51.33 63.94) | color: lab(65.28 -51.33 63.94) | |
| LCH | lch(65.28 81.99 128.76) | color: lch(65.28 81.99 128.76) |
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)
#808137 — rgb(128, 129, 55)
Deuteranopia (Green-blind)
#7B7440 — rgb(123, 116, 64)
Tritanopia (Blue-blind)
#5E565D — rgb(94, 86, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 85%, 38%);
text
color: hsl(93, 85%, 38%);
border
border: 2px solid hsl(93, 85%, 38%);
gradient light
background: linear-gradient(to right, hsl(93, 85%, 58%), hsl(93, 85%, 38%));
gradient dark
background: linear-gradient(to right, hsl(93, 85%, 38%), hsl(93, 85%, 18%))
hex
background-color: #59B30F;
tailwind
bg-[hsl(93,85%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 85%, 38%, 0.4);
css variable
--color-primary: hsl(93, 85%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 85%, 38%)?
HEX: #59B30F | RGB: rgb(89, 179, 15) | CMYK: 50%, 0%, 92%, 30% | HSV: 93°, 92%, 70%. Copy any format from the conversion table above.
What colors go well with #59B30F?
The complementary color is HSL(273, 85%, 38%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 85%, 38%) in CSS?
As HSL: color: hsl(93, 85%, 38%); — As HEX: color: #59B30F; — As RGB: color: rgb(89, 179, 15); — Tailwind CSS: bg-[hsl(93,85%,38%)] — CSS variable: --color-primary: hsl(93, 85%, 38%);