HSL(102, 57%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,57%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 57%, 48%) | color: hsl(102, 57%, 48%) | |
| HEX | #5EC035 | color: #5EC035 | |
| RGB | rgb(94, 192, 53) | color: rgb(94, 192, 53) | |
| CMYK | cmyk(51%, 0%, 72%, 25%) | — | |
| HSV | hsv(102, 72%, 75%) | — | |
| HWB | hwb(102 21% 25%) | color: hwb(102 21% 25%) | |
| OKLCH | oklch(0.7212 0.1961 138.19) | color: oklch(0.7212 0.1961 138.19) | |
| Lab | lab(69.71 -52.93 57.89) | color: lab(69.71 -52.93 57.89) | |
| LCH | lch(69.71 78.44 132.44) | color: lch(69.71 78.44 132.44) |
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)
#888957 — rgb(136, 137, 87)
Deuteranopia (Green-blind)
#837B5F — rgb(131, 123, 95)
Tritanopia (Blue-blind)
#637177 — rgb(99, 113, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 57%, 48%);
text
color: hsl(102, 57%, 48%);
border
border: 2px solid hsl(102, 57%, 48%);
gradient light
background: linear-gradient(to right, hsl(102, 57%, 68%), hsl(102, 57%, 48%));
gradient dark
background: linear-gradient(to right, hsl(102, 57%, 48%), hsl(102, 57%, 28%))
hex
background-color: #5EC035;
tailwind
bg-[hsl(102,57%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 57%, 48%, 0.4);
css variable
--color-primary: hsl(102, 57%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 57%, 48%)?
HEX: #5EC035 | RGB: rgb(94, 192, 53) | CMYK: 51%, 0%, 72%, 25% | HSV: 102°, 72%, 75%. Copy any format from the conversion table above.
What colors go well with #5EC035?
The complementary color is HSL(282, 57%, 48%). 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, 57%, 48%) in CSS?
As HSL: color: hsl(102, 57%, 48%); — As HEX: color: #5EC035; — As RGB: color: rgb(94, 192, 53); — Tailwind CSS: bg-[hsl(102,57%,48%)] — CSS variable: --color-primary: hsl(102, 57%, 48%);