HSL(125, 97%, 57%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,97%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 97%, 57%) | color: hsl(125, 97%, 57%) | |
| HEX | #27FC39 | color: #27FC39 | |
| RGB | rgb(39, 252, 57) | color: rgb(39, 252, 57) | |
| CMYK | cmyk(85%, 0%, 77%, 1%) | — | |
| HSV | hsv(125, 85%, 99%) | — | |
| HWB | hwb(125 15% 1%) | color: hwb(125 15% 1%) | |
| OKLCH | oklch(0.8628 0.2751 143.42) | color: oklch(0.8628 0.2751 143.42) | |
| Lab | lab(87.16 -81.63 73.37) | color: lab(87.16 -81.63 73.37) | |
| LCH | lch(87.16 109.76 138.05) | color: lch(87.16 109.76 138.05) |
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)
#838568 — rgb(131, 133, 104)
Deuteranopia (Green-blind)
#776774 — rgb(119, 103, 116)
Tritanopia (Blue-blind)
#328D96 — rgb(50, 141, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 97%, 57%);
text
color: hsl(125, 97%, 57%);
border
border: 2px solid hsl(125, 97%, 57%);
gradient light
background: linear-gradient(to right, hsl(125, 97%, 77%), hsl(125, 97%, 57%));
gradient dark
background: linear-gradient(to right, hsl(125, 97%, 57%), hsl(125, 97%, 37%))
hex
background-color: #27FC39;
tailwind
bg-[hsl(125,97%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 97%, 57%, 0.4);
css variable
--color-primary: hsl(125, 97%, 57%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(125, 97%, 57%)?
HEX: #27FC39 | RGB: rgb(39, 252, 57) | CMYK: 85%, 0%, 77%, 1% | HSV: 125°, 85%, 99%. Copy any format from the conversion table above.
What colors go well with #27FC39?
The complementary color is HSL(305, 97%, 57%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 97%, 57%) in CSS?
As HSL: color: hsl(125, 97%, 57%); — As HEX: color: #27FC39; — As RGB: color: rgb(39, 252, 57); — Tailwind CSS: bg-[hsl(125,97%,57%)] — CSS variable: --color-primary: hsl(125, 97%, 57%);