HSL(107, 70%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,70%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 70%, 38%) | color: hsl(107, 70%, 38%) | |
| HEX | #3AA51D | color: #3AA51D | |
| RGB | rgb(58, 165, 29) | color: rgb(58, 165, 29) | |
| CMYK | cmyk(65%, 0%, 82%, 35%) | — | |
| HSV | hsv(107, 82%, 65%) | — | |
| HWB | hwb(107 12% 35%) | color: hwb(107 12% 35%) | |
| OKLCH | oklch(0.6357 0.1927 140.24) | color: oklch(0.6357 0.1927 140.24) | |
| Lab | lab(59.8 -54 55.72) | color: lab(59.8 -54 55.72) | |
| LCH | lch(59.8 77.59 134.1) | color: lch(59.8 77.59 134.1) |
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)
#68693E — rgb(104, 105, 62)
Deuteranopia (Green-blind)
#625A46 — rgb(98, 90, 70)
Tritanopia (Blue-blind)
#3F585E — rgb(63, 88, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 70%, 38%);
text
color: hsl(107, 70%, 38%);
border
border: 2px solid hsl(107, 70%, 38%);
gradient light
background: linear-gradient(to right, hsl(107, 70%, 58%), hsl(107, 70%, 38%));
gradient dark
background: linear-gradient(to right, hsl(107, 70%, 38%), hsl(107, 70%, 18%))
hex
background-color: #3AA51D;
tailwind
bg-[hsl(107,70%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 70%, 38%, 0.4);
css variable
--color-primary: hsl(107, 70%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 70%, 38%)?
HEX: #3AA51D | RGB: rgb(58, 165, 29) | CMYK: 65%, 0%, 82%, 35% | HSV: 107°, 82%, 65%. Copy any format from the conversion table above.
What colors go well with #3AA51D?
The complementary color is HSL(287, 70%, 38%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 70%, 38%) in CSS?
As HSL: color: hsl(107, 70%, 38%); — As HEX: color: #3AA51D; — As RGB: color: rgb(58, 165, 29); — Tailwind CSS: bg-[hsl(107,70%,38%)] — CSS variable: --color-primary: hsl(107, 70%, 38%);