HSL(102, 86%, 43%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,86%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 86%, 43%) | color: hsl(102, 86%, 43%) | |
| HEX | #48CC0F | color: #48CC0F | |
| RGB | rgb(72, 204, 15) | color: rgb(72, 204, 15) | |
| CMYK | cmyk(65%, 0%, 93%, 20%) | — | |
| HSV | hsv(102, 93%, 80%) | — | |
| HWB | hwb(102 6% 20%) | color: hwb(102 6% 20%) | |
| OKLCH | oklch(0.7429 0.2332 139.54) | color: oklch(0.7429 0.2332 139.54) | |
| Lab | lab(72.62 -64.44 69.82) | color: lab(72.62 -64.44 69.82) | |
| LCH | lch(72.62 95.01 132.71) | color: lch(72.62 95.01 132.71) |
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)
#81823D — rgb(129, 130, 61)
Deuteranopia (Green-blind)
#7A7048 — rgb(122, 112, 72)
Tritanopia (Blue-blind)
#4F6169 — rgb(79, 97, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 86%, 43%);
text
color: hsl(102, 86%, 43%);
border
border: 2px solid hsl(102, 86%, 43%);
gradient light
background: linear-gradient(to right, hsl(102, 86%, 63%), hsl(102, 86%, 43%));
gradient dark
background: linear-gradient(to right, hsl(102, 86%, 43%), hsl(102, 86%, 23%))
hex
background-color: #48CC0F;
tailwind
bg-[hsl(102,86%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 86%, 43%, 0.4);
css variable
--color-primary: hsl(102, 86%, 43%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(102, 86%, 43%)?
HEX: #48CC0F | RGB: rgb(72, 204, 15) | CMYK: 65%, 0%, 93%, 20% | HSV: 102°, 93%, 80%. Copy any format from the conversion table above.
What colors go well with #48CC0F?
The complementary color is HSL(282, 86%, 43%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 86%, 43%) in CSS?
As HSL: color: hsl(102, 86%, 43%); — As HEX: color: #48CC0F; — As RGB: color: rgb(72, 204, 15); — Tailwind CSS: bg-[hsl(102,86%,43%)] — CSS variable: --color-primary: hsl(102, 86%, 43%);