HSL(133, 90%, 52%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,90%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 90%, 52%) | color: hsl(133, 90%, 52%) | |
| HEX | #16F346 | color: #16F346 | |
| RGB | rgb(22, 243, 70) | color: rgb(22, 243, 70) | |
| CMYK | cmyk(91%, 0%, 71%, 5%) | — | |
| HSV | hsv(133, 91%, 95%) | — | |
| HWB | hwb(133 9% 5%) | color: hwb(133 9% 5%) | |
| OKLCH | oklch(0.839 0.2617 144.79) | color: oklch(0.839 0.2617 144.79) | |
| Lab | lab(84.33 -79.34 66.32) | color: lab(84.33 -79.34 66.32) | |
| LCH | lch(84.33 103.41 140.11) | color: lch(84.33 103.41 140.11) |
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)
#767870 — rgb(118, 120, 112)
Deuteranopia (Green-blind)
#69587A — rgb(105, 88, 122)
Tritanopia (Blue-blind)
#219198 — rgb(33, 145, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 90%, 52%);
text
color: hsl(133, 90%, 52%);
border
border: 2px solid hsl(133, 90%, 52%);
gradient light
background: linear-gradient(to right, hsl(133, 90%, 72%), hsl(133, 90%, 52%));
gradient dark
background: linear-gradient(to right, hsl(133, 90%, 52%), hsl(133, 90%, 32%))
hex
background-color: #16F346;
tailwind
bg-[hsl(133,90%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 90%, 52%, 0.4);
css variable
--color-primary: hsl(133, 90%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(133, 90%, 52%)?
HEX: #16F346 | RGB: rgb(22, 243, 70) | CMYK: 91%, 0%, 71%, 5% | HSV: 133°, 91%, 95%. Copy any format from the conversion table above.
What colors go well with #16F346?
The complementary color is HSL(313, 90%, 52%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 90%, 52%) in CSS?
As HSL: color: hsl(133, 90%, 52%); — As HEX: color: #16F346; — As RGB: color: rgb(22, 243, 70); — Tailwind CSS: bg-[hsl(133,90%,52%)] — CSS variable: --color-primary: hsl(133, 90%, 52%);