HSL(86, 100%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,100%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 100%, 37%) | color: hsl(86, 100%, 37%) | |
| HEX | #6BBD00 | color: #6BBD00 | |
| RGB | rgb(107, 189, 0) | color: rgb(107, 189, 0) | |
| CMYK | cmyk(43%, 0%, 100%, 26%) | — | |
| HSV | hsv(86, 100%, 74%) | — | |
| HWB | hwb(86 0% 26%) | color: hwb(86 0% 26%) | |
| OKLCH | oklch(0.7173 0.2043 133.56) | color: oklch(0.7173 0.2043 133.56) | |
| Lab | lab(69.13 -49.75 69.21) | color: lab(69.13 -49.75 69.21) | |
| LCH | lch(69.13 85.24 125.71) | color: lch(69.13 85.24 125.71) |
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)
#8F8F2E — rgb(143, 143, 46)
Deuteranopia (Green-blind)
#8A8439 — rgb(138, 132, 57)
Tritanopia (Blue-blind)
#6F525A — rgb(111, 82, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 100%, 37%);
text
color: hsl(86, 100%, 37%);
border
border: 2px solid hsl(86, 100%, 37%);
gradient light
background: linear-gradient(to right, hsl(86, 100%, 57%), hsl(86, 100%, 37%));
gradient dark
background: linear-gradient(to right, hsl(86, 100%, 37%), hsl(86, 100%, 17%))
hex
background-color: #6BBD00;
tailwind
bg-[hsl(86,100%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 100%, 37%, 0.4);
css variable
--color-primary: hsl(86, 100%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 100%, 37%)?
HEX: #6BBD00 | RGB: rgb(107, 189, 0) | CMYK: 43%, 0%, 100%, 26% | HSV: 86°, 100%, 74%. Copy any format from the conversion table above.
What colors go well with #6BBD00?
The complementary color is HSL(266, 100%, 37%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 100%, 37%) in CSS?
As HSL: color: hsl(86, 100%, 37%); — As HEX: color: #6BBD00; — As RGB: color: rgb(107, 189, 0); — Tailwind CSS: bg-[hsl(86,100%,37%)] — CSS variable: --color-primary: hsl(86, 100%, 37%);