#32CD32 color codes
- HEX
- #32CD32
- HEX8
- #32CD32FF
- HEX8 (Android)
- #FF32CD32
- RGB
- rgb(50, 205, 50)
- RGB (%)
- 20%, 80%, 20%
- HSL
- hsl(120, 61%, 50%)
- HSV / HSB
- hsv(120, 76%, 80%)
- CMYK
- cmyk(76%, 0%, 76%, 20%)
- OKLCH
- oklch(0.7419 0.2286 142.83)
- OKLCH (%)
- oklch(74.19% 0.2286 142.83)
- Decimal
- 3329330
What color is #32CD32?
#32CD32 sits at 74% lightness and 0.2286 chroma in OKLCH, hue 142.83°. Its nearest named color is LimeGreen (an exact match).
Shades and tints of #32CD32
Tints
Shades
Tones
#32CD32 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #32CD32 in CSS
.text { color: #32CD32; }
.background { background-color: #32CD32; }
.border { border: 2px solid #32CD32; }
/* Modern, perceptually uniform */
.text { color: oklch(0.7419 0.2286 142.83); }
/* #32CD32 at 50% transparency */
.overlay { background-color: #32CD3280; }Is #32CD32 accessible?
#32CD32 on white text scores 2.12:1; on black text it scores 9.91:1. Black text passes WCAG AAA on #32CD32. Recommended text color on a #32CD32 background: black.
A 9.91:1 vs black
A 2.12:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#32CD32) → black APCA Lc experimental 63 Lc · large / secondary text (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Green #008000. See more in the green family on the colors hub.
Frequently asked questions
- What color is #32CD32?
- #32CD32 is LimeGreen. In RGB it is rgb(50, 205, 50), and in HSL hsl(120, 61%, 50%).
- What is #32CD32 in RGB?
- #32CD32 converts to rgb(50, 205, 50) — red 50, green 205, blue 50.
- What text color is readable on #32CD32?
- Black text — it has the higher contrast ratio (9.91:1) against #32CD32. Black text passes WCAG AAA on #32CD32.