All CSS Colors
#00FF00lime

Lime

CSS named color · Green family

HEX#00FF00
RGBrgb(0, 255, 0)
HSLhsl(120, 100%, 50%)
CSSlime

Tints & Shades

#d6ffd6
#a8ffa8
#80ff80
#57ff57
#29ff29
#00FF00
#00d600
#00a800
#008000
#005700
#002900
LighterDarker

Complementary Color

Lime

#00FF00

Complement

#ff00ff

hsl(300, 100%, 50%)

CSS Usage

.element {
  color: lime;
  background-color: lime;
}

/* Using hex */
.element {
  color: #00FF00;
  background-color: #00FF00;
}

/* Using RGB */
.element {
  color: rgb(0, 255, 0);
  background-color: rgb(0, 255, 0);
}

Similar Colors

Related Tools

Browse All CSS Colors