HSL(136, 70%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,70%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 70%, 66%) | color: hsl(136, 70%, 66%) | |
| HEX | #6CE58C | color: #6CE58C | |
| RGB | rgb(108, 229, 140) | color: rgb(108, 229, 140) | |
| CMYK | cmyk(53%, 0%, 39%, 10%) | — | |
| HSV | hsv(136, 53%, 90%) | — | |
| HWB | hwb(136 42% 10%) | color: hwb(136 42% 10%) | |
| OKLCH | oklch(0.8304 0.1658 150.04) | color: oklch(0.8304 0.1658 150.04) | |
| Lab | lab(82.44 -52.98 33.31) | color: lab(82.44 -52.98 33.31) | |
| LCH | lch(82.44 62.58 147.84) | color: lch(82.44 62.58 147.84) |
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)
#A0A1A2 — rgb(160, 161, 162)
Deuteranopia (Green-blind)
#9990A7 — rgb(153, 144, 167)
Tritanopia (Blue-blind)
#72B3B6 — rgb(114, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 70%, 66%);
text
color: hsl(136, 70%, 66%);
border
border: 2px solid hsl(136, 70%, 66%);
gradient light
background: linear-gradient(to right, hsl(136, 70%, 86%), hsl(136, 70%, 66%));
gradient dark
background: linear-gradient(to right, hsl(136, 70%, 66%), hsl(136, 70%, 46%))
hex
background-color: #6CE58C;
tailwind
bg-[hsl(136,70%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 70%, 66%, 0.4);
css variable
--color-primary: hsl(136, 70%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 70%, 66%)?
HEX: #6CE58C | RGB: rgb(108, 229, 140) | CMYK: 53%, 0%, 39%, 10% | HSV: 136°, 53%, 90%. Copy any format from the conversion table above.
What colors go well with #6CE58C?
The complementary color is HSL(316, 70%, 66%). 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, 70%, 66%) in CSS?
As HSL: color: hsl(136, 70%, 66%); — As HEX: color: #6CE58C; — As RGB: color: rgb(108, 229, 140); — Tailwind CSS: bg-[hsl(136,70%,66%)] — CSS variable: --color-primary: hsl(136, 70%, 66%);