HSL(108, 62%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,62%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 62%, 43%) | color: hsl(108, 62%, 43%) | |
| HEX | #45B22A | color: #45B22A | |
| RGB | rgb(69, 178, 42) | color: rgb(69, 178, 42) | |
| CMYK | cmyk(61%, 0%, 76%, 30%) | — | |
| HSV | hsv(108, 76%, 70%) | — | |
| HWB | hwb(108 17% 30%) | color: hwb(108 17% 30%) | |
| OKLCH | oklch(0.6747 0.1969 140.25) | color: oklch(0.6747 0.1969 140.25) | |
| Lab | lab(64.38 -55.18 56.16) | color: lab(64.38 -55.18 56.16) | |
| LCH | lch(64.38 78.73 134.5) | color: lch(64.38 78.73 134.5) |
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)
#74754B — rgb(116, 117, 75)
Deuteranopia (Green-blind)
#6E6653 — rgb(110, 102, 83)
Tritanopia (Blue-blind)
#4A656B — rgb(74, 101, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 62%, 43%);
text
color: hsl(108, 62%, 43%);
border
border: 2px solid hsl(108, 62%, 43%);
gradient light
background: linear-gradient(to right, hsl(108, 62%, 63%), hsl(108, 62%, 43%));
gradient dark
background: linear-gradient(to right, hsl(108, 62%, 43%), hsl(108, 62%, 23%))
hex
background-color: #45B22A;
tailwind
bg-[hsl(108,62%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 62%, 43%, 0.4);
css variable
--color-primary: hsl(108, 62%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 62%, 43%)?
HEX: #45B22A | RGB: rgb(69, 178, 42) | CMYK: 61%, 0%, 76%, 30% | HSV: 108°, 76%, 70%. Copy any format from the conversion table above.
What colors go well with #45B22A?
The complementary color is HSL(288, 62%, 43%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 62%, 43%) in CSS?
As HSL: color: hsl(108, 62%, 43%); — As HEX: color: #45B22A; — As RGB: color: rgb(69, 178, 42); — Tailwind CSS: bg-[hsl(108,62%,43%)] — CSS variable: --color-primary: hsl(108, 62%, 43%);