Limegreen — #32CD32
#32CD32 is a medium, moderately saturated green. It is the CSS named color limegreen.
Color values
| HEX | #32CD32 |
| RGB | rgb(50, 205, 50) |
| HSL | hsl(120, 61%, 50%) |
| CMYK | cmyk(76%, 0%, 76%, 20%) |
| Decimal | 3329330 |
| CSS | color: #32CD32; |
| Android | 0xFF32CD32 |
| Swift | UIColor(red: 0.196, green: 0.804, blue: 0.196, alpha: 1) |
Accessibility and contrast
| White text on #32CD32 | 2.12:1 — AA fail · AA large fail · AAA fail |
| Black text on #32CD32 | 9.91:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #32CD32
Each swatch keeps the hue and saturation of #32CD32 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #32CD32
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #32CD32 in code
/* CSS */
.element { color: #32CD32; background-color: #32CD32; }
.element { color: rgb(50 205 50); }
.element { color: hsl(120 61% 50%); }
/* Tailwind arbitrary value */
<div class="bg-[#32CD32] text-black">
/* SCSS variable */
$brand: #32CD32;
Frequently asked questions
What color is #32CD32?
#32CD32 is a medium, moderately saturated green, which CSS calls limegreen. Its hue sits at 120° on the color wheel, with 61% saturation and 50% lightness.
What is #32CD32 in RGB?
#32CD32 converts to rgb(50, 205, 50) — 50 red, 205 green and 50 blue.
What is #32CD32 in CMYK?
Approximately cmyk(76%, 0%, 76%, 20%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #32CD32 be white or black?
Black gives the better contrast ratio (9.91:1 versus 2.12:1).
What is the complementary color of #32CD32?
#CD32CD — the hue directly opposite #32CD32 on the color wheel.