HSL(136, 52%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,52%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 52%, 52%) | color: hsl(136, 52%, 52%) | |
| HEX | #45C467 | color: #45C467 | |
| RGB | rgb(69, 196, 103) | color: rgb(69, 196, 103) | |
| CMYK | cmyk(65%, 0%, 47%, 23%) | — | |
| HSV | hsv(136, 65%, 77%) | — | |
| HWB | hwb(136 27% 23%) | color: hwb(136 27% 23%) | |
| OKLCH | oklch(0.7287 0.1726 148.9) | color: oklch(0.7287 0.1726 148.9) | |
| Lab | lab(70.68 -54.8 36.55) | color: lab(70.68 -54.8 36.55) | |
| LCH | lch(70.68 65.87 146.3) | color: lch(70.68 65.87 146.3) |
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)
#7C7D7E — rgb(124, 125, 126)
Deuteranopia (Green-blind)
#756B83 — rgb(117, 107, 131)
Tritanopia (Blue-blind)
#4B8F93 — rgb(75, 143, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 52%, 52%);
text
color: hsl(136, 52%, 52%);
border
border: 2px solid hsl(136, 52%, 52%);
gradient light
background: linear-gradient(to right, hsl(136, 52%, 72%), hsl(136, 52%, 52%));
gradient dark
background: linear-gradient(to right, hsl(136, 52%, 52%), hsl(136, 52%, 32%))
hex
background-color: #45C467;
tailwind
bg-[hsl(136,52%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 52%, 52%, 0.4);
css variable
--color-primary: hsl(136, 52%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 52%, 52%)?
HEX: #45C467 | RGB: rgb(69, 196, 103) | CMYK: 65%, 0%, 47%, 23% | HSV: 136°, 65%, 77%. Copy any format from the conversion table above.
What colors go well with #45C467?
The complementary color is HSL(316, 52%, 52%). 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, 52%, 52%) in CSS?
As HSL: color: hsl(136, 52%, 52%); — As HEX: color: #45C467; — As RGB: color: rgb(69, 196, 103); — Tailwind CSS: bg-[hsl(136,52%,52%)] — CSS variable: --color-primary: hsl(136, 52%, 52%);