HSL(97, 93%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,93%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 93%, 38%) | color: hsl(97, 93%, 38%) | |
| HEX | #4CBB07 | color: #4CBB07 | |
| RGB | rgb(76, 187, 7) | color: rgb(76, 187, 7) | |
| CMYK | cmyk(59%, 0%, 96%, 27%) | — | |
| HSV | hsv(97, 96%, 73%) | — | |
| HWB | hwb(97 3% 27%) | color: hwb(97 3% 27%) | |
| OKLCH | oklch(0.6995 0.2153 138.24) | color: oklch(0.6995 0.2153 138.24) | |
| Lab | lab(67.34 -57.99 66.49) | color: lab(67.34 -57.99 66.49) | |
| LCH | lch(67.34 88.23 131.09) | color: lch(67.34 88.23 131.09) |
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)
#7C7D33 — rgb(124, 125, 51)
Deuteranopia (Green-blind)
#766D3D — rgb(118, 109, 61)
Tritanopia (Blue-blind)
#52555D — rgb(82, 85, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 93%, 38%);
text
color: hsl(97, 93%, 38%);
border
border: 2px solid hsl(97, 93%, 38%);
gradient light
background: linear-gradient(to right, hsl(97, 93%, 58%), hsl(97, 93%, 38%));
gradient dark
background: linear-gradient(to right, hsl(97, 93%, 38%), hsl(97, 93%, 18%))
hex
background-color: #4CBB07;
tailwind
bg-[hsl(97,93%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 93%, 38%, 0.4);
css variable
--color-primary: hsl(97, 93%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 93%, 38%)?
HEX: #4CBB07 | RGB: rgb(76, 187, 7) | CMYK: 59%, 0%, 96%, 27% | HSV: 97°, 96%, 73%. Copy any format from the conversion table above.
What colors go well with #4CBB07?
The complementary color is HSL(277, 93%, 38%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 93%, 38%) in CSS?
As HSL: color: hsl(97, 93%, 38%); — As HEX: color: #4CBB07; — As RGB: color: rgb(76, 187, 7); — Tailwind CSS: bg-[hsl(97,93%,38%)] — CSS variable: --color-primary: hsl(97, 93%, 38%);