Green β€” #008000

CSS named color Β· every format, accessibility scores and similar colors.

All color formats

CSS code

color: green;
color: #008000;
background-color: green;

Accessibility

Similar colors

Frequently asked questions

What is the HEX code for Green?

The CSS named color Green has the HEX code #008000. You can use either the name or the HEX value in CSS.

Is Green a web safe color?

All 148 CSS named colors are supported by every modern browser. 'Web safe' historically referred to a 216-color palette for 8-bit displays β€” no longer a practical constraint.

How do I use Green in CSS?

Use color: green; or color: #008000; β€” both are equivalent in all browsers.