HSL(85, 92%, 57%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,92%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 92%, 57%) | color: hsl(85, 92%, 57%) | |
| HEX | #A2F62C | color: #A2F62C | |
| RGB | rgb(162, 246, 44) | color: rgb(162, 246, 44) | |
| CMYK | cmyk(34%, 0%, 82%, 4%) | — | |
| HSV | hsv(85, 82%, 96%) | — | |
| HWB | hwb(85 17% 4%) | color: hwb(85 17% 4%) | |
| OKLCH | oklch(0.8859 0.2299 130.87) | color: oklch(0.8859 0.2299 130.87) | |
| Lab | lab(88.82 -52.76 79.59) | color: lab(88.82 -52.76 79.59) | |
| LCH | lch(88.82 95.49 123.54) | color: lch(88.82 95.49 123.54) |
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)
#C6C75D — rgb(198, 199, 93)
Deuteranopia (Green-blind)
#C2BB69 — rgb(194, 187, 105)
Tritanopia (Blue-blind)
#A6838C — rgb(166, 131, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 92%, 57%);
text
color: hsl(85, 92%, 57%);
border
border: 2px solid hsl(85, 92%, 57%);
gradient light
background: linear-gradient(to right, hsl(85, 92%, 77%), hsl(85, 92%, 57%));
gradient dark
background: linear-gradient(to right, hsl(85, 92%, 57%), hsl(85, 92%, 37%))
hex
background-color: #A2F62C;
tailwind
bg-[hsl(85,92%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 92%, 57%, 0.4);
css variable
--color-primary: hsl(85, 92%, 57%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(85, 92%, 57%)?
HEX: #A2F62C | RGB: rgb(162, 246, 44) | CMYK: 34%, 0%, 82%, 4% | HSV: 85°, 82%, 96%. Copy any format from the conversion table above.
What colors go well with #A2F62C?
The complementary color is HSL(265, 92%, 57%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 92%, 57%) in CSS?
As HSL: color: hsl(85, 92%, 57%); — As HEX: color: #A2F62C; — As RGB: color: rgb(162, 246, 44); — Tailwind CSS: bg-[hsl(85,92%,57%)] — CSS variable: --color-primary: hsl(85, 92%, 57%);