HSL(74, 100%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,100%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 100%, 63%) | color: hsl(74, 100%, 63%) | |
| HEX | #D3FF42 | color: #D3FF42 | |
| RGB | rgb(211, 255, 66) | color: rgb(211, 255, 66) | |
| CMYK | cmyk(17%, 0%, 74%, 0%) | — | |
| HSV | hsv(74, 74%, 100%) | — | |
| HWB | hwb(74 26% 0%) | color: hwb(74 26% 0%) | |
| OKLCH | oklch(0.9373 0.2078 122.23) | color: oklch(0.9373 0.2078 122.23) | |
| Lab | lab(94.21 -37.7 79.53) | color: lab(94.21 -37.7 79.53) | |
| LCH | lch(94.21 88.01 115.36) | color: lch(94.21 88.01 115.36) |
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)
#E6E670 — rgb(230, 230, 112)
Deuteranopia (Green-blind)
#E4E07B — rgb(228, 224, 123)
Tritanopia (Blue-blind)
#D5949C — rgb(213, 148, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 100%, 63%);
text
color: hsl(74, 100%, 63%);
border
border: 2px solid hsl(74, 100%, 63%);
gradient light
background: linear-gradient(to right, hsl(74, 100%, 83%), hsl(74, 100%, 63%));
gradient dark
background: linear-gradient(to right, hsl(74, 100%, 63%), hsl(74, 100%, 43%))
hex
background-color: #D3FF42;
tailwind
bg-[hsl(74,100%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 100%, 63%, 0.4);
css variable
--color-primary: hsl(74, 100%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 100%, 63%)?
HEX: #D3FF42 | RGB: rgb(211, 255, 66) | CMYK: 17%, 0%, 74%, 0% | HSV: 74°, 74%, 100%. Copy any format from the conversion table above.
What colors go well with #D3FF42?
The complementary color is HSL(254, 100%, 63%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 100%, 63%) in CSS?
As HSL: color: hsl(74, 100%, 63%); — As HEX: color: #D3FF42; — As RGB: color: rgb(211, 255, 66); — Tailwind CSS: bg-[hsl(74,100%,63%)] — CSS variable: --color-primary: hsl(74, 100%, 63%);