HSL(112, 70%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,70%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 70%, 61%) | color: hsl(112, 70%, 61%) | |
| HEX | #68E156 | color: #68E156 | |
| RGB | rgb(104, 225, 86) | color: rgb(104, 225, 86) | |
| CMYK | cmyk(54%, 0%, 62%, 12%) | — | |
| HSV | hsv(112, 62%, 88%) | — | |
| HWB | hwb(112 33% 12%) | color: hwb(112 33% 12%) | |
| OKLCH | oklch(0.8114 0.2093 141.17) | color: oklch(0.8114 0.2093 141.17) | |
| Lab | lab(80.44 -59.67 56.33) | color: lab(80.44 -59.67 56.33) | |
| LCH | lch(80.44 82.06 136.65) | color: lch(80.44 82.06 136.65) |
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)
#9C9D78 — rgb(156, 157, 120)
Deuteranopia (Green-blind)
#958C80 — rgb(149, 140, 128)
Tritanopia (Blue-blind)
#6E9298 — rgb(110, 146, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 70%, 61%);
text
color: hsl(112, 70%, 61%);
border
border: 2px solid hsl(112, 70%, 61%);
gradient light
background: linear-gradient(to right, hsl(112, 70%, 81%), hsl(112, 70%, 61%));
gradient dark
background: linear-gradient(to right, hsl(112, 70%, 61%), hsl(112, 70%, 41%))
hex
background-color: #68E156;
tailwind
bg-[hsl(112,70%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 70%, 61%, 0.4);
css variable
--color-primary: hsl(112, 70%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 70%, 61%)?
HEX: #68E156 | RGB: rgb(104, 225, 86) | CMYK: 54%, 0%, 62%, 12% | HSV: 112°, 62%, 88%. Copy any format from the conversion table above.
What colors go well with #68E156?
The complementary color is HSL(292, 70%, 61%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 70%, 61%) in CSS?
As HSL: color: hsl(112, 70%, 61%); — As HEX: color: #68E156; — As RGB: color: rgb(104, 225, 86); — Tailwind CSS: bg-[hsl(112,70%,61%)] — CSS variable: --color-primary: hsl(112, 70%, 61%);