HSL(126, 85%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 85%, 67%) | color: hsl(126, 85%, 67%) | |
| HEX | #63F272 | color: #63F272 | |
| RGB | rgb(99, 242, 114) | color: rgb(99, 242, 114) | |
| CMYK | cmyk(59%, 0%, 53%, 5%) | — | |
| HSV | hsv(126, 59%, 95%) | — | |
| HWB | hwb(126 39% 5%) | color: hwb(126 39% 5%) | |
| OKLCH | oklch(0.8552 0.2102 145.31) | color: oklch(0.8552 0.2102 145.31) | |
| Lab | lab(85.69 -63.83 49.96) | color: lab(85.69 -63.83 49.96) | |
| LCH | lch(85.69 81.06 141.95) | color: lch(85.69 81.06 141.95) |
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)
#A1A291 — rgb(161, 162, 145)
Deuteranopia (Green-blind)
#998E98 — rgb(153, 142, 152)
Tritanopia (Blue-blind)
#6AA9AF — rgb(106, 169, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 85%, 67%);
text
color: hsl(126, 85%, 67%);
border
border: 2px solid hsl(126, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(126, 85%, 87%), hsl(126, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(126, 85%, 67%), hsl(126, 85%, 47%))
hex
background-color: #63F272;
tailwind
bg-[hsl(126,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 85%, 67%, 0.4);
css variable
--color-primary: hsl(126, 85%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 85%, 67%)?
HEX: #63F272 | RGB: rgb(99, 242, 114) | CMYK: 59%, 0%, 53%, 5% | HSV: 126°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #63F272?
The complementary color is HSL(306, 85%, 67%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 85%, 67%) in CSS?
As HSL: color: hsl(126, 85%, 67%); — As HEX: color: #63F272; — As RGB: color: rgb(99, 242, 114); — Tailwind CSS: bg-[hsl(126,85%,67%)] — CSS variable: --color-primary: hsl(126, 85%, 67%);