HSL(107, 100%, 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(107,100%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 100%, 53%) | color: hsl(107, 100%, 53%) | |
| HEX | #43FF0F | color: #43FF0F | |
| RGB | rgb(67, 255, 15) | color: rgb(67, 255, 15) | |
| CMYK | cmyk(74%, 0%, 94%, 0%) | — | |
| HSV | hsv(107, 94%, 100%) | — | |
| HWB | hwb(107 6% 0%) | color: hwb(107 6% 0%) | |
| OKLCH | oklch(0.8731 0.2844 140.99) | color: oklch(0.8731 0.2844 140.99) | |
| Lab | lab(88.33 -80.82 82.72) | color: lab(88.33 -80.82 82.72) | |
| LCH | lch(88.33 115.65 134.33) | color: lch(88.33 115.65 134.33) |
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)
#949649 — rgb(148, 150, 73)
Deuteranopia (Green-blind)
#8A7B57 — rgb(138, 123, 87)
Tritanopia (Blue-blind)
#4C7781 — rgb(76, 119, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 100%, 53%);
text
color: hsl(107, 100%, 53%);
border
border: 2px solid hsl(107, 100%, 53%);
gradient light
background: linear-gradient(to right, hsl(107, 100%, 73%), hsl(107, 100%, 53%));
gradient dark
background: linear-gradient(to right, hsl(107, 100%, 53%), hsl(107, 100%, 33%))
hex
background-color: #43FF0F;
tailwind
bg-[hsl(107,100%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 100%, 53%, 0.4);
css variable
--color-primary: hsl(107, 100%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(107, 100%, 53%)?
HEX: #43FF0F | RGB: rgb(67, 255, 15) | CMYK: 74%, 0%, 94%, 0% | HSV: 107°, 94%, 100%. Copy any format from the conversion table above.
What colors go well with #43FF0F?
The complementary color is HSL(287, 100%, 53%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 100%, 53%) in CSS?
As HSL: color: hsl(107, 100%, 53%); — As HEX: color: #43FF0F; — As RGB: color: rgb(67, 255, 15); — Tailwind CSS: bg-[hsl(107,100%,53%)] — CSS variable: --color-primary: hsl(107, 100%, 53%);