HSL(122, 100%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,100%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 100%, 62%) | color: hsl(122, 100%, 62%) | |
| HEX | #3DFF44 | color: #3DFF44 | |
| RGB | rgb(61, 255, 68) | color: rgb(61, 255, 68) | |
| CMYK | cmyk(76%, 0%, 73%, 0%) | — | |
| HSV | hsv(122, 76%, 100%) | — | |
| HWB | hwb(122 24% 0%) | color: hwb(122 24% 0%) | |
| OKLCH | oklch(0.8741 0.2687 143.22) | color: oklch(0.8741 0.2687 143.22) | |
| Lab | lab(88.41 -79.38 71.27) | color: lab(88.41 -79.38 71.27) | |
| LCH | lch(88.41 106.68 138.08) | color: lch(88.41 106.68 138.08) |
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)
#919371 — rgb(145, 147, 113)
Deuteranopia (Green-blind)
#86777C — rgb(134, 119, 124)
Tritanopia (Blue-blind)
#47959D — rgb(71, 149, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 100%, 62%);
text
color: hsl(122, 100%, 62%);
border
border: 2px solid hsl(122, 100%, 62%);
gradient light
background: linear-gradient(to right, hsl(122, 100%, 82%), hsl(122, 100%, 62%));
gradient dark
background: linear-gradient(to right, hsl(122, 100%, 62%), hsl(122, 100%, 42%))
hex
background-color: #3DFF44;
tailwind
bg-[hsl(122,100%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 100%, 62%, 0.4);
css variable
--color-primary: hsl(122, 100%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 100%, 62%)?
HEX: #3DFF44 | RGB: rgb(61, 255, 68) | CMYK: 76%, 0%, 73%, 0% | HSV: 122°, 76%, 100%. Copy any format from the conversion table above.
What colors go well with #3DFF44?
The complementary color is HSL(302, 100%, 62%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 100%, 62%) in CSS?
As HSL: color: hsl(122, 100%, 62%); — As HEX: color: #3DFF44; — As RGB: color: rgb(61, 255, 68); — Tailwind CSS: bg-[hsl(122,100%,62%)] — CSS variable: --color-primary: hsl(122, 100%, 62%);