HSL(136, 45%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,45%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 45%, 47%) | color: hsl(136, 45%, 47%) | |
| HEX | #42AE5F | color: #42AE5F | |
| RGB | rgb(66, 174, 95) | color: rgb(66, 174, 95) | |
| CMYK | cmyk(62%, 0%, 45%, 32%) | — | |
| HSV | hsv(136, 62%, 68%) | — | |
| HWB | hwb(136 26% 32%) | color: hwb(136 26% 32%) | |
| OKLCH | oklch(0.6694 0.1517 149.29) | color: oklch(0.6694 0.1517 149.29) | |
| Lab | lab(63.55 -48.27 31.56) | color: lab(63.55 -48.27 31.56) | |
| LCH | lch(63.55 57.67 146.82) | color: lch(63.55 57.67 146.82) |
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)
#717272 — rgb(113, 114, 114)
Deuteranopia (Green-blind)
#6B6277 — rgb(107, 98, 119)
Tritanopia (Blue-blind)
#478185 — rgb(71, 129, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 45%, 47%);
text
color: hsl(136, 45%, 47%);
border
border: 2px solid hsl(136, 45%, 47%);
gradient light
background: linear-gradient(to right, hsl(136, 45%, 67%), hsl(136, 45%, 47%));
gradient dark
background: linear-gradient(to right, hsl(136, 45%, 47%), hsl(136, 45%, 27%))
hex
background-color: #42AE5F;
tailwind
bg-[hsl(136,45%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 45%, 47%, 0.4);
css variable
--color-primary: hsl(136, 45%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 45%, 47%)?
HEX: #42AE5F | RGB: rgb(66, 174, 95) | CMYK: 62%, 0%, 45%, 32% | HSV: 136°, 62%, 68%. Copy any format from the conversion table above.
What colors go well with #42AE5F?
The complementary color is HSL(316, 45%, 47%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 45%, 47%) in CSS?
As HSL: color: hsl(136, 45%, 47%); — As HEX: color: #42AE5F; — As RGB: color: rgb(66, 174, 95); — Tailwind CSS: bg-[hsl(136,45%,47%)] — CSS variable: --color-primary: hsl(136, 45%, 47%);