HSL(123, 77%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,77%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 77%, 47%) | color: hsl(123, 77%, 47%) | |
| HEX | #1CD425 | color: #1CD425 | |
| RGB | rgb(28, 212, 37) | color: rgb(28, 212, 37) | |
| CMYK | cmyk(87%, 0%, 83%, 17%) | — | |
| HSV | hsv(123, 87%, 83%) | — | |
| HWB | hwb(123 11% 17%) | color: hwb(123 11% 17%) | |
| OKLCH | oklch(0.7565 0.2458 143) | color: oklch(0.7565 0.2458 143) | |
| Lab | lab(74.49 -72.45 66.91) | color: lab(74.49 -72.45 66.91) | |
| LCH | lch(74.49 98.62 137.28) | color: lch(74.49 98.62 137.28) |
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)
#6C6D4F — rgb(108, 109, 79)
Deuteranopia (Green-blind)
#61535A — rgb(97, 83, 90)
Tritanopia (Blue-blind)
#257178 — rgb(37, 113, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 77%, 47%);
text
color: hsl(123, 77%, 47%);
border
border: 2px solid hsl(123, 77%, 47%);
gradient light
background: linear-gradient(to right, hsl(123, 77%, 67%), hsl(123, 77%, 47%));
gradient dark
background: linear-gradient(to right, hsl(123, 77%, 47%), hsl(123, 77%, 27%))
hex
background-color: #1CD425;
tailwind
bg-[hsl(123,77%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 77%, 47%, 0.4);
css variable
--color-primary: hsl(123, 77%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 77%, 47%)?
HEX: #1CD425 | RGB: rgb(28, 212, 37) | CMYK: 87%, 0%, 83%, 17% | HSV: 123°, 87%, 83%. Copy any format from the conversion table above.
What colors go well with #1CD425?
The complementary color is HSL(303, 77%, 47%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 77%, 47%) in CSS?
As HSL: color: hsl(123, 77%, 47%); — As HEX: color: #1CD425; — As RGB: color: rgb(28, 212, 37); — Tailwind CSS: bg-[hsl(123,77%,47%)] — CSS variable: --color-primary: hsl(123, 77%, 47%);