Green Color

CSS Name green
HEX #008000
RGB rgb(0, 128, 0)
HSL hsl(120, 100%, 25%)
CMYK cmyk(100%, 0%, 100%, 50%)

About Green

Green is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: green;) or by its HEX code (color: #008000;).

Usage in CSS

.element {
  color: green;
  /* or */
  color: #008000;
  /* or */
  color: rgb(0, 128, 0);
}

Frequently Asked Questions

What is the HEX code for Green?

The HEX code for Green is #008000.

What is the RGB value of Green?

The RGB value is rgb(0, 128, 0).

Browse More Named Colors