HSL(135, 100%, 56%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,100%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 100%, 56%) | color: hsl(135, 100%, 56%) | |
| HEX | #1FFF57 | color: #1FFF57 | |
| RGB | rgb(31, 255, 87) | color: rgb(31, 255, 87) | |
| CMYK | cmyk(88%, 0%, 66%, 0%) | — | |
| HSV | hsv(135, 88%, 100%) | — | |
| HWB | hwb(135 12% 0%) | color: hwb(135 12% 0%) | |
| OKLCH | oklch(0.8718 0.2628 145.69) | color: oklch(0.8718 0.2628 145.69) | |
| Lab | lab(88.21 -80.68 64.11) | color: lab(88.21 -80.68 64.11) | |
| LCH | lch(88.21 103.05 141.53) | color: lch(88.21 103.05 141.53) |
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)
#808280 — rgb(128, 130, 128)
Deuteranopia (Green-blind)
#736289 — rgb(115, 98, 137)
Tritanopia (Blue-blind)
#2AA0A7 — rgb(42, 160, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 100%, 56%);
text
color: hsl(135, 100%, 56%);
border
border: 2px solid hsl(135, 100%, 56%);
gradient light
background: linear-gradient(to right, hsl(135, 100%, 76%), hsl(135, 100%, 56%));
gradient dark
background: linear-gradient(to right, hsl(135, 100%, 56%), hsl(135, 100%, 36%))
hex
background-color: #1FFF57;
tailwind
bg-[hsl(135,100%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 100%, 56%, 0.4);
css variable
--color-primary: hsl(135, 100%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(135, 100%, 56%)?
HEX: #1FFF57 | RGB: rgb(31, 255, 87) | CMYK: 88%, 0%, 66%, 0% | HSV: 135°, 88%, 100%. Copy any format from the conversion table above.
What colors go well with #1FFF57?
The complementary color is HSL(315, 100%, 56%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 100%, 56%) in CSS?
As HSL: color: hsl(135, 100%, 56%); — As HEX: color: #1FFF57; — As RGB: color: rgb(31, 255, 87); — Tailwind CSS: bg-[hsl(135,100%,56%)] — CSS variable: --color-primary: hsl(135, 100%, 56%);