HSL(103, 68%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,68%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 68%, 51%) | color: hsl(103, 68%, 51%) | |
| HEX | #5DD72D | color: #5DD72D | |
| RGB | rgb(93, 215, 45) | color: rgb(93, 215, 45) | |
| CMYK | cmyk(57%, 0%, 79%, 16%) | — | |
| HSV | hsv(103, 79%, 84%) | — | |
| HWB | hwb(103 18% 16%) | color: hwb(103 18% 16%) | |
| OKLCH | oklch(0.7791 0.2272 138.9) | color: oklch(0.7791 0.2272 138.9) | |
| Lab | lab(76.75 -62.06 67.32) | color: lab(76.75 -62.06 67.32) | |
| LCH | lch(76.75 91.56 132.67) | color: lch(76.75 91.56 132.67) |
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)
#929356 — rgb(146, 147, 86)
Deuteranopia (Green-blind)
#8B8260 — rgb(139, 130, 96)
Tritanopia (Blue-blind)
#63777E — rgb(99, 119, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 68%, 51%);
text
color: hsl(103, 68%, 51%);
border
border: 2px solid hsl(103, 68%, 51%);
gradient light
background: linear-gradient(to right, hsl(103, 68%, 71%), hsl(103, 68%, 51%));
gradient dark
background: linear-gradient(to right, hsl(103, 68%, 51%), hsl(103, 68%, 31%))
hex
background-color: #5DD72D;
tailwind
bg-[hsl(103,68%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 68%, 51%, 0.4);
css variable
--color-primary: hsl(103, 68%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 68%, 51%)?
HEX: #5DD72D | RGB: rgb(93, 215, 45) | CMYK: 57%, 0%, 79%, 16% | HSV: 103°, 79%, 84%. Copy any format from the conversion table above.
What colors go well with #5DD72D?
The complementary color is HSL(283, 68%, 51%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 68%, 51%) in CSS?
As HSL: color: hsl(103, 68%, 51%); — As HEX: color: #5DD72D; — As RGB: color: rgb(93, 215, 45); — Tailwind CSS: bg-[hsl(103,68%,51%)] — CSS variable: --color-primary: hsl(103, 68%, 51%);