HSL(136, 97%, 53%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,97%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 97%, 53%) | color: hsl(136, 97%, 53%) | |
| HEX | #13FB51 | color: #13FB51 | |
| RGB | rgb(19, 251, 81) | color: rgb(19, 251, 81) | |
| CMYK | cmyk(92%, 0%, 68%, 2%) | — | |
| HSV | hsv(136, 92%, 98%) | — | |
| HWB | hwb(136 8% 2%) | color: hwb(136 8% 2%) | |
| OKLCH | oklch(0.8603 0.2636 145.51) | color: oklch(0.8603 0.2636 145.51) | |
| Lab | lab(86.86 -80.77 64.94) | color: lab(86.86 -80.77 64.94) | |
| LCH | lch(86.86 103.64 141.2) | color: lch(86.86 103.64 141.2) |
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)
#777A7A — rgb(119, 122, 122)
Deuteranopia (Green-blind)
#6A5984 — rgb(106, 89, 132)
Tritanopia (Blue-blind)
#1F9BA2 — rgb(31, 155, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 97%, 53%);
text
color: hsl(136, 97%, 53%);
border
border: 2px solid hsl(136, 97%, 53%);
gradient light
background: linear-gradient(to right, hsl(136, 97%, 73%), hsl(136, 97%, 53%));
gradient dark
background: linear-gradient(to right, hsl(136, 97%, 53%), hsl(136, 97%, 33%))
hex
background-color: #13FB51;
tailwind
bg-[hsl(136,97%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 97%, 53%, 0.4);
css variable
--color-primary: hsl(136, 97%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(136, 97%, 53%)?
HEX: #13FB51 | RGB: rgb(19, 251, 81) | CMYK: 92%, 0%, 68%, 2% | HSV: 136°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #13FB51?
The complementary color is HSL(316, 97%, 53%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 97%, 53%) in CSS?
As HSL: color: hsl(136, 97%, 53%); — As HEX: color: #13FB51; — As RGB: color: rgb(19, 251, 81); — Tailwind CSS: bg-[hsl(136,97%,53%)] — CSS variable: --color-primary: hsl(136, 97%, 53%);