HSL(100, 51%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,51%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 51%, 51%) | color: hsl(100, 51%, 51%) | |
| HEX | #6DC242 | color: #6DC242 | |
| RGB | rgb(109, 194, 66) | color: rgb(109, 194, 66) | |
| CMYK | cmyk(44%, 0%, 66%, 24%) | — | |
| HSV | hsv(100, 66%, 76%) | — | |
| HWB | hwb(100 26% 24%) | color: hwb(100 26% 24%) | |
| OKLCH | oklch(0.7341 0.1827 136.85) | color: oklch(0.7341 0.1827 136.85) | |
| Lab | lab(71.03 -48.14 54.42) | color: lab(71.03 -48.14 54.42) | |
| LCH | lch(71.03 72.66 131.5) | color: lch(71.03 72.66 131.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)
#929361 — rgb(146, 147, 97)
Deuteranopia (Green-blind)
#8D8768 — rgb(141, 135, 104)
Tritanopia (Blue-blind)
#71797F — rgb(113, 121, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 51%, 51%);
text
color: hsl(100, 51%, 51%);
border
border: 2px solid hsl(100, 51%, 51%);
gradient light
background: linear-gradient(to right, hsl(100, 51%, 71%), hsl(100, 51%, 51%));
gradient dark
background: linear-gradient(to right, hsl(100, 51%, 51%), hsl(100, 51%, 31%))
hex
background-color: #6DC242;
tailwind
bg-[hsl(100,51%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 51%, 51%, 0.4);
css variable
--color-primary: hsl(100, 51%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(100, 51%, 51%)?
HEX: #6DC242 | RGB: rgb(109, 194, 66) | CMYK: 44%, 0%, 66%, 24% | HSV: 100°, 66%, 76%. Copy any format from the conversion table above.
What colors go well with #6DC242?
The complementary color is HSL(280, 51%, 51%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 51%, 51%) in CSS?
As HSL: color: hsl(100, 51%, 51%); — As HEX: color: #6DC242; — As RGB: color: rgb(109, 194, 66); — Tailwind CSS: bg-[hsl(100,51%,51%)] — CSS variable: --color-primary: hsl(100, 51%, 51%);