HSL(110, 100%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,100%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 100%, 36%) | color: hsl(110, 100%, 36%) | |
| HEX | #1FB800 | color: #1FB800 | |
| RGB | rgb(31, 184, 0) | color: rgb(31, 184, 0) | |
| CMYK | cmyk(83%, 0%, 100%, 28%) | — | |
| HSV | hsv(110, 100%, 72%) | — | |
| HWB | hwb(110 0% 28%) | color: hwb(110 0% 28%) | |
| OKLCH | oklch(0.6807 0.2272 141.65) | color: oklch(0.6807 0.2272 141.65) | |
| Lab | lab(65.41 -65.36 65.38) | color: lab(65.41 -65.36 65.38) | |
| LCH | lch(65.41 92.45 134.99) | color: lch(65.41 92.45 134.99) |
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)
#61632D — rgb(97, 99, 45)
Deuteranopia (Green-blind)
#584D37 — rgb(88, 77, 55)
Tritanopia (Blue-blind)
#275057 — rgb(39, 80, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 100%, 36%);
text
color: hsl(110, 100%, 36%);
border
border: 2px solid hsl(110, 100%, 36%);
gradient light
background: linear-gradient(to right, hsl(110, 100%, 56%), hsl(110, 100%, 36%));
gradient dark
background: linear-gradient(to right, hsl(110, 100%, 36%), hsl(110, 100%, 16%))
hex
background-color: #1FB800;
tailwind
bg-[hsl(110,100%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 100%, 36%, 0.4);
css variable
--color-primary: hsl(110, 100%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 100%, 36%)?
HEX: #1FB800 | RGB: rgb(31, 184, 0) | CMYK: 83%, 0%, 100%, 28% | HSV: 110°, 100%, 72%. Copy any format from the conversion table above.
What colors go well with #1FB800?
The complementary color is HSL(290, 100%, 36%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 100%, 36%) in CSS?
As HSL: color: hsl(110, 100%, 36%); — As HEX: color: #1FB800; — As RGB: color: rgb(31, 184, 0); — Tailwind CSS: bg-[hsl(110,100%,36%)] — CSS variable: --color-primary: hsl(110, 100%, 36%);