HSL(92, 67%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,67%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 67%, 38%) | color: hsl(92, 67%, 38%) | |
| HEX | #5DA220 | color: #5DA220 | |
| RGB | rgb(93, 162, 32) | color: rgb(93, 162, 32) | |
| CMYK | cmyk(43%, 0%, 80%, 36%) | — | |
| HSV | hsv(92, 80%, 64%) | — | |
| HWB | hwb(92 13% 36%) | color: hwb(92 13% 36%) | |
| OKLCH | oklch(0.6421 0.1717 134.25) | color: oklch(0.6421 0.1717 134.25) | |
| Lab | lab(60.13 -42.66 55.62) | color: lab(60.13 -42.66 55.62) | |
| LCH | lch(60.13 70.1 127.49) | color: lch(60.13 70.1 127.49) |
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)
#7B7B3F — rgb(123, 123, 63)
Deuteranopia (Green-blind)
#777247 — rgb(119, 114, 71)
Tritanopia (Blue-blind)
#60585E — rgb(96, 88, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 67%, 38%);
text
color: hsl(92, 67%, 38%);
border
border: 2px solid hsl(92, 67%, 38%);
gradient light
background: linear-gradient(to right, hsl(92, 67%, 58%), hsl(92, 67%, 38%));
gradient dark
background: linear-gradient(to right, hsl(92, 67%, 38%), hsl(92, 67%, 18%))
hex
background-color: #5DA220;
tailwind
bg-[hsl(92,67%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 67%, 38%, 0.4);
css variable
--color-primary: hsl(92, 67%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 67%, 38%)?
HEX: #5DA220 | RGB: rgb(93, 162, 32) | CMYK: 43%, 0%, 80%, 36% | HSV: 92°, 80%, 64%. Copy any format from the conversion table above.
What colors go well with #5DA220?
The complementary color is HSL(272, 67%, 38%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 67%, 38%) in CSS?
As HSL: color: hsl(92, 67%, 38%); — As HEX: color: #5DA220; — As RGB: color: rgb(93, 162, 32); — Tailwind CSS: bg-[hsl(92,67%,38%)] — CSS variable: --color-primary: hsl(92, 67%, 38%);