HSL(137, 99%, 51%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,99%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 99%, 51%) | color: hsl(137, 99%, 51%) | |
| HEX | #06FE4C | color: #06FE4C | |
| RGB | rgb(6, 254, 76) | color: rgb(6, 254, 76) | |
| CMYK | cmyk(98%, 0%, 70%, 0%) | — | |
| HSV | hsv(137, 98%, 100%) | — | |
| HWB | hwb(137 2% 0%) | color: hwb(137 2% 0%) | |
| OKLCH | oklch(0.867 0.2704 145.18) | color: oklch(0.867 0.2704 145.18) | |
| Lab | lab(87.7 -82.49 67.65) | color: lab(87.7 -82.49 67.65) | |
| LCH | lch(87.7 106.68 140.64) | color: lch(87.7 106.68 140.64) |
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)
#717477 — rgb(113, 116, 119)
Deuteranopia (Green-blind)
#635081 — rgb(99, 80, 129)
Tritanopia (Blue-blind)
#1299A1 — rgb(18, 153, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 99%, 51%);
text
color: hsl(137, 99%, 51%);
border
border: 2px solid hsl(137, 99%, 51%);
gradient light
background: linear-gradient(to right, hsl(137, 99%, 71%), hsl(137, 99%, 51%));
gradient dark
background: linear-gradient(to right, hsl(137, 99%, 51%), hsl(137, 99%, 31%))
hex
background-color: #06FE4C;
tailwind
bg-[hsl(137,99%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 99%, 51%, 0.4);
css variable
--color-primary: hsl(137, 99%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(137, 99%, 51%)?
HEX: #06FE4C | RGB: rgb(6, 254, 76) | CMYK: 98%, 0%, 70%, 0% | HSV: 137°, 98%, 100%. Copy any format from the conversion table above.
What colors go well with #06FE4C?
The complementary color is HSL(317, 99%, 51%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 99%, 51%) in CSS?
As HSL: color: hsl(137, 99%, 51%); — As HEX: color: #06FE4C; — As RGB: color: rgb(6, 254, 76); — Tailwind CSS: bg-[hsl(137,99%,51%)] — CSS variable: --color-primary: hsl(137, 99%, 51%);