LimeGreen — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #32CD32 | |
| RGB | rgb(50, 205, 50) | |
| HSL | hsl(120, 61%, 50%) |
Shades of LimeGreen
| #2DB92D | #28A428 | #239023 | #1E7B1E | #196719 | #145214 | #0F3E0F | #0A290A |
Tints of LimeGreen
| #46D246 | #5BD75B | #6FDC6F | #84E184 | #98E698 | #ADEBAD | #C1F0C1 | #D6F5D6 |
Color Pairings & Harmony
|
Complementary
#CD32CD
|
Analogous +30°
#32CD80
|
Analogous −30°
#80CD32
|
Triadic +120°
#3232CD
|
Triadic −120°
#CD3232
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #32CD32;
}
.element-bg {
background-color: #32CD32;
color: #000000;
}
.element-border {
border: 2px solid #32CD32;
}
About LimeGreen
LimeGreen is a medium color with high saturation, defined by the hex code #32CD32. Its exact color model values are rgb(50, 205, 50) in RGB and hsl(120, 61%, 50%) in HSL (hue 120°, saturation 61%, lightness 50%). On a white background the contrast ratio is 2.12:1 — Fail, and on black it is 9.91:1 — AAA pass for normal text. Use LimeGreen for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →