HSL(142, 63%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,63%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 63%, 46%) | color: hsl(142, 63%, 46%) | |
| HEX | #2BBF62 | color: #2BBF62 | |
| RGB | rgb(43, 191, 98) | color: rgb(43, 191, 98) | |
| CMYK | cmyk(77%, 0%, 49%, 25%) | — | |
| HSV | hsv(142, 77%, 75%) | — | |
| HWB | hwb(142 17% 25%) | color: hwb(142 17% 25%) | |
| OKLCH | oklch(0.7089 0.1791 150.5) | color: oklch(0.7089 0.1791 150.5) | |
| Lab | lab(68.5 -58.02 36.2) | color: lab(68.5 -58.02 36.2) | |
| LCH | lch(68.5 68.39 148.04) | color: lch(68.5 68.39 148.04) |
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)
#6B6C79 — rgb(107, 108, 121)
Deuteranopia (Green-blind)
#63577E — rgb(99, 87, 126)
Tritanopia (Blue-blind)
#328A8E — rgb(50, 138, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 63%, 46%);
text
color: hsl(142, 63%, 46%);
border
border: 2px solid hsl(142, 63%, 46%);
gradient light
background: linear-gradient(to right, hsl(142, 63%, 66%), hsl(142, 63%, 46%));
gradient dark
background: linear-gradient(to right, hsl(142, 63%, 46%), hsl(142, 63%, 26%))
hex
background-color: #2BBF62;
tailwind
bg-[hsl(142,63%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 63%, 46%, 0.4);
css variable
--color-primary: hsl(142, 63%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 63%, 46%)?
HEX: #2BBF62 | RGB: rgb(43, 191, 98) | CMYK: 77%, 0%, 49%, 25% | HSV: 142°, 77%, 75%. Copy any format from the conversion table above.
What colors go well with #2BBF62?
The complementary color is HSL(322, 63%, 46%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 63%, 46%) in CSS?
As HSL: color: hsl(142, 63%, 46%); — As HEX: color: #2BBF62; — As RGB: color: rgb(43, 191, 98); — Tailwind CSS: bg-[hsl(142,63%,46%)] — CSS variable: --color-primary: hsl(142, 63%, 46%);