HSL(99, 65%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,65%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 65%, 57%) | color: hsl(99, 65%, 57%) | |
| HEX | #7CD94A | color: #7CD94A | |
| RGB | rgb(124, 217, 74) | color: rgb(124, 217, 74) | |
| CMYK | cmyk(43%, 0%, 66%, 15%) | — | |
| HSV | hsv(99, 66%, 85%) | — | |
| HWB | hwb(99 29% 15%) | color: hwb(99 29% 15%) | |
| OKLCH | oklch(0.7989 0.1986 136.53) | color: oklch(0.7989 0.1986 136.53) | |
| Lab | lab(78.7 -51.99 59.59) | color: lab(78.7 -51.99 59.59) | |
| LCH | lch(78.7 79.08 131.1) | color: lch(78.7 79.08 131.1) |
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)
#A4A56D — rgb(164, 165, 109)
Deuteranopia (Green-blind)
#9F9875 — rgb(159, 152, 117)
Tritanopia (Blue-blind)
#81888E — rgb(129, 136, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 65%, 57%);
text
color: hsl(99, 65%, 57%);
border
border: 2px solid hsl(99, 65%, 57%);
gradient light
background: linear-gradient(to right, hsl(99, 65%, 77%), hsl(99, 65%, 57%));
gradient dark
background: linear-gradient(to right, hsl(99, 65%, 57%), hsl(99, 65%, 37%))
hex
background-color: #7CD94A;
tailwind
bg-[hsl(99,65%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 65%, 57%, 0.4);
css variable
--color-primary: hsl(99, 65%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 65%, 57%)?
HEX: #7CD94A | RGB: rgb(124, 217, 74) | CMYK: 43%, 0%, 66%, 15% | HSV: 99°, 66%, 85%. Copy any format from the conversion table above.
What colors go well with #7CD94A?
The complementary color is HSL(279, 65%, 57%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 65%, 57%) in CSS?
As HSL: color: hsl(99, 65%, 57%); — As HEX: color: #7CD94A; — As RGB: color: rgb(124, 217, 74); — Tailwind CSS: bg-[hsl(99,65%,57%)] — CSS variable: --color-primary: hsl(99, 65%, 57%);