Lime — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #00FF00 | |
| RGB | rgb(0, 255, 0) | |
| HSL | hsl(120, 100%, 50%) |
Shades of Lime
| #00E600 | #00CC00 | #00B300 | #009900 | #008000 | #006600 | #004D00 | #003300 |
Tints of Lime
| #1AFF1A | #33FF33 | #4DFF4D | #66FF66 | #80FF80 | #99FF99 | #B3FFB3 | #CCFFCC |
Color Pairings & Harmony
|
Complementary
#FF00FF
|
Analogous +30°
#00FF80
|
Analogous −30°
#80FF00
|
Triadic +120°
#0000FF
|
Triadic −120°
#FF0000
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #00FF00;
}
.element-bg {
background-color: #00FF00;
color: #000000;
}
.element-border {
border: 2px solid #00FF00;
}
About Lime
Lime is a medium color with vivid, highly saturated, defined by the hex code #00FF00. Its exact color model values are rgb(0, 255, 0) in RGB and hsl(120, 100%, 50%) in HSL (hue 120°, saturation 100%, lightness 50%). On a white background the contrast ratio is 1.37:1 — Fail, and on black it is 15.30:1 — AAA pass for normal text. Use Lime 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 →