HSL(104, 70%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,70%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 70%, 35%) | color: hsl(104, 70%, 35%) | |
| HEX | #3C981B | color: #3C981B | |
| RGB | rgb(60, 152, 27) | color: rgb(60, 152, 27) | |
| CMYK | cmyk(61%, 0%, 82%, 40%) | — | |
| HSV | hsv(104, 82%, 60%) | — | |
| HWB | hwb(104 11% 40%) | color: hwb(104 11% 40%) | |
| OKLCH | oklch(0.6009 0.178 139.32) | color: oklch(0.6009 0.178 139.32) | |
| Lab | lab(55.58 -49.02 52.41) | color: lab(55.58 -49.02 52.41) | |
| LCH | lch(55.58 71.76 133.09) | color: lch(55.58 71.76 133.09) |
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)
#646539 — rgb(100, 101, 57)
Deuteranopia (Green-blind)
#5F5841 — rgb(95, 88, 65)
Tritanopia (Blue-blind)
#415156 — rgb(65, 81, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 70%, 35%);
text
color: hsl(104, 70%, 35%);
border
border: 2px solid hsl(104, 70%, 35%);
gradient light
background: linear-gradient(to right, hsl(104, 70%, 55%), hsl(104, 70%, 35%));
gradient dark
background: linear-gradient(to right, hsl(104, 70%, 35%), hsl(104, 70%, 15%))
hex
background-color: #3C981B;
tailwind
bg-[hsl(104,70%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 70%, 35%, 0.4);
css variable
--color-primary: hsl(104, 70%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 70%, 35%)?
HEX: #3C981B | RGB: rgb(60, 152, 27) | CMYK: 61%, 0%, 82%, 40% | HSV: 104°, 82%, 60%. Copy any format from the conversion table above.
What colors go well with #3C981B?
The complementary color is HSL(284, 70%, 35%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 70%, 35%) in CSS?
As HSL: color: hsl(104, 70%, 35%); — As HEX: color: #3C981B; — As RGB: color: rgb(60, 152, 27); — Tailwind CSS: bg-[hsl(104,70%,35%)] — CSS variable: --color-primary: hsl(104, 70%, 35%);