HSL(138, 60%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,60%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 60%, 44%) | color: hsl(138, 60%, 44%) | |
| HEX | #2DB455 | color: #2DB455 | |
| RGB | rgb(45, 180, 85) | color: rgb(45, 180, 85) | |
| CMYK | cmyk(75%, 0%, 53%, 29%) | — | |
| HSV | hsv(138, 75%, 71%) | — | |
| HWB | hwb(138 18% 29%) | color: hwb(138 18% 29%) | |
| OKLCH | oklch(0.6782 0.1762 148.56) | color: oklch(0.6782 0.1762 148.56) | |
| Lab | lab(64.85 -55.91 38.15) | color: lab(64.85 -55.91 38.15) | |
| LCH | lch(64.85 67.69 145.69) | color: lch(64.85 67.69 145.69) |
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)
#67696C — rgb(103, 105, 108)
Deuteranopia (Green-blind)
#605672 — rgb(96, 86, 114)
Tritanopia (Blue-blind)
#347E82 — rgb(52, 126, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 60%, 44%);
text
color: hsl(138, 60%, 44%);
border
border: 2px solid hsl(138, 60%, 44%);
gradient light
background: linear-gradient(to right, hsl(138, 60%, 64%), hsl(138, 60%, 44%));
gradient dark
background: linear-gradient(to right, hsl(138, 60%, 44%), hsl(138, 60%, 24%))
hex
background-color: #2DB455;
tailwind
bg-[hsl(138,60%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 60%, 44%, 0.4);
css variable
--color-primary: hsl(138, 60%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 60%, 44%)?
HEX: #2DB455 | RGB: rgb(45, 180, 85) | CMYK: 75%, 0%, 53%, 29% | HSV: 138°, 75%, 71%. Copy any format from the conversion table above.
What colors go well with #2DB455?
The complementary color is HSL(318, 60%, 44%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 60%, 44%) in CSS?
As HSL: color: hsl(138, 60%, 44%); — As HEX: color: #2DB455; — As RGB: color: rgb(45, 180, 85); — Tailwind CSS: bg-[hsl(138,60%,44%)] — CSS variable: --color-primary: hsl(138, 60%, 44%);