CSS named color

LimeGreen

#32CD32
HEX#32cd32
RGBrgb(50, 205, 50)
HSLhsl(120, 61%, 50%)
OKLCHoklch(74.19% 0.2286 142.83)
NAMElimegreen

Palette

Complementary

180° on the color wheel
Complement
#CD32CD

Analogous

±30° around the base hue
Left
#80CD32
Right
#32CD80

Triadic

±120° for harmonic contrast
Triad 1
#3232CD
Triad 2
#CD3232

Shades

Lighter and darker variants
Lightest
#C1F0C1
Lighter
#84E184
Base
#32CD32
LimeGreen
Darker
#1E7B1E
Darkest
#0F3E0F

CSS usage

By name
color: limegreen;
background-color: limegreen;
By HEX
color: #32cd32;
background-color: #32cd32;
By RGB
color: rgb(50, 205, 50);
background-color: rgb(50, 205, 50);
By HSL
color: hsl(120, 61%, 50%);
background-color: hsl(120, 61%, 50%);

WCAG contrast vs white

Aa
2.12:1
Below minimum

WCAG contrast vs black

Aa
9.91:1
AAA

Related colors

FAQ — LimeGreen

What is the HEX code for LimeGreen?

The HEX code for LimeGreen is #32CD32. It's one of the 148 named CSS colors and can be used directly in CSS as color: limegreen; or color: #32cd32;

What is LimeGreen in RGB?

LimeGreen in RGB is rgb(50, 205, 50) — red 50, green 205, blue 50.

What is LimeGreen in HSL?

LimeGreen in HSL is hsl(120, 61%, 50%) — hue 120°, saturation 61%, lightness 50%.

What is the complementary color of LimeGreen?

The complementary color (directly opposite LimeGreen on the color wheel) is #CD32CD. The two together produce maximum contrast.

Is white text readable on LimeGreen?

The WCAG contrast ratio against white (#FFFFFF) is 2.12:1, and against black (#000000) it's 9.91:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.

← All colors & converter