HSL(141, 97%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,97%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 97%, 33%) | color: hsl(141, 97%, 33%) | |
| HEX | #03A63C | color: #03A63C | |
| RGB | rgb(3, 166, 60) | color: rgb(3, 166, 60) | |
| CMYK | cmyk(98%, 0%, 64%, 35%) | — | |
| HSV | hsv(141, 98%, 65%) | — | |
| HWB | hwb(141 1% 35%) | color: hwb(141 1% 35%) | |
| OKLCH | oklch(0.6319 0.1872 146.98) | color: oklch(0.6319 0.1872 146.98) | |
| Lab | lab(59.54 -58.51 43.64) | color: lab(59.54 -58.51 43.64) | |
| LCH | lch(59.54 72.99 143.28) | color: lch(59.54 72.99 143.28) |
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)
#4A4B56 — rgb(74, 75, 86)
Deuteranopia (Green-blind)
#40345C — rgb(64, 52, 92)
Tritanopia (Blue-blind)
#0B6A6E — rgb(11, 106, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 97%, 33%);
text
color: hsl(141, 97%, 33%);
border
border: 2px solid hsl(141, 97%, 33%);
gradient light
background: linear-gradient(to right, hsl(141, 97%, 53%), hsl(141, 97%, 33%));
gradient dark
background: linear-gradient(to right, hsl(141, 97%, 33%), hsl(141, 97%, 13%))
hex
background-color: #03A63C;
tailwind
bg-[hsl(141,97%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 97%, 33%, 0.4);
css variable
--color-primary: hsl(141, 97%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 97%, 33%)?
HEX: #03A63C | RGB: rgb(3, 166, 60) | CMYK: 98%, 0%, 64%, 35% | HSV: 141°, 98%, 65%. Copy any format from the conversion table above.
What colors go well with #03A63C?
The complementary color is HSL(321, 97%, 33%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 97%, 33%) in CSS?
As HSL: color: hsl(141, 97%, 33%); — As HEX: color: #03A63C; — As RGB: color: rgb(3, 166, 60); — Tailwind CSS: bg-[hsl(141,97%,33%)] — CSS variable: --color-primary: hsl(141, 97%, 33%);