HSL(125, 50%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,50%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 50%, 44%) | color: hsl(125, 50%, 44%) | |
| HEX | #38A841 | color: #38A841 | |
| RGB | rgb(56, 168, 65) | color: rgb(56, 168, 65) | |
| CMYK | cmyk(67%, 0%, 61%, 34%) | — | |
| HSV | hsv(125, 67%, 66%) | — | |
| HWB | hwb(125 22% 34%) | color: hwb(125 22% 34%) | |
| OKLCH | oklch(0.6462 0.1744 144.44) | color: oklch(0.6462 0.1744 144.44) | |
| Lab | lab(60.98 -52.4 43.2) | color: lab(60.98 -52.4 43.2) | |
| LCH | lch(60.98 67.91 140.5) | color: lch(60.98 67.91 140.5) |
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)
#686A5A — rgb(104, 106, 90)
Deuteranopia (Green-blind)
#625A60 — rgb(98, 90, 96)
Tritanopia (Blue-blind)
#3E6E72 — rgb(62, 110, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 50%, 44%);
text
color: hsl(125, 50%, 44%);
border
border: 2px solid hsl(125, 50%, 44%);
gradient light
background: linear-gradient(to right, hsl(125, 50%, 64%), hsl(125, 50%, 44%));
gradient dark
background: linear-gradient(to right, hsl(125, 50%, 44%), hsl(125, 50%, 24%))
hex
background-color: #38A841;
tailwind
bg-[hsl(125,50%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 50%, 44%, 0.4);
css variable
--color-primary: hsl(125, 50%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 50%, 44%)?
HEX: #38A841 | RGB: rgb(56, 168, 65) | CMYK: 67%, 0%, 61%, 34% | HSV: 125°, 67%, 66%. Copy any format from the conversion table above.
What colors go well with #38A841?
The complementary color is HSL(305, 50%, 44%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 50%, 44%) in CSS?
As HSL: color: hsl(125, 50%, 44%); — As HEX: color: #38A841; — As RGB: color: rgb(56, 168, 65); — Tailwind CSS: bg-[hsl(125,50%,44%)] — CSS variable: --color-primary: hsl(125, 50%, 44%);