Shades of Green
with Hex Codes
Green is the colour of nature, growth, and life — and one of the most diverse colour families in design. In CSS, the base green is #008000, but designers use hundreds of variations: deep forest greens for natural brands, bright lime greens for energetic UIs, muted sage and olive for sophisticated palettes, and dark hunter greens for premium feels.
Complete List of Green Color Shades
Shades of Green — Hex Reference Table
Click any hex code or colour swatch to copy it to your clipboard.
| Preview | Name | Hex Code | RGB | Category |
|---|
How to Use Shades of Green in CSS
Every shade on this page can be used directly in CSS. Copy the hex code and paste it into any CSS color property: color, background-color, border-color, box-shadow, or outline-color.
For transparency effects, convert the hex to RGB using the table above and use rgba(). For a design system, store your chosen shade as a CSS custom property so you can update it site-wide from one place.
Frequently Asked Questions
What is the hex code for green?
#008000. Lime green is #00FF00, forest green is #228B22, and dark green is #006400.What are the different shades of green called?
What is the most popular shade of green?
What is the darkest shade of green?
#006400) is the darkest HTML named green. Others include hunter green (#355E3B), bottle green (#006A4E), and UP forest green (#014421).How do I use shades of green in CSS?
background-color: #228B22; for forest green. CSS named greens include green, lime, forestgreen, seagreen, and olive.