Explore the base color
Review HEX, RGB, HSL, and HSV for green, then browse shades, tints, tones, and hues.
Green color codes for #008000 — HEX, RGB, HSL, HSV, shades, named greens, and copy-ready CSS. Free online tool — no sign-up. Runs locally in your browser.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for green, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named green shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleGreen marks success and eco themes. Remember CSS green ≠ lime: green is darker and more traditional.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--green: #008000;
--green-bright: #32cd32;
--green-deep: #006400;
}
.banner {
background-color: var(--green);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| green | #008000 | 0, 128, 0 | Base keyword |
| lime | #00FF00 | 0, 255, 0 | Named shade |
| limegreen | #32CD32 | 50, 205, 50 | Named shade |
| forestgreen | #228B22 | 34, 139, 34 | Named shade |
| seagreen | #2E8B57 | 46, 139, 87 | Named shade |
| olive | #808000 | 128, 128, 0 | Named shade |
| teal | #008080 | 0, 128, 128 | Named shade |
| yellowgreen | #9ACD32 | 154, 205, 50 | Named shade |
| chartreuse | #7FFF00 | 127, 255, 0 | Named shade |
| darkgreen | #006400 | 0, 100, 0 | Dark shade |
| darkolivegreen | #556B2F | 85, 107, 47 | Dark shade |
| darkseagreen | #8FBC8F | 143, 188, 143 | Dark shade |
Key distinctions behind the tool.
The CSS named color green is #008000, equal to rgb(0, 128, 0) and hsl(120°, 100%, 25%).
CSS green is a dark mid green (#008000). Lime is pure bright green (#00FF00)—very different on screen.
Cream, wood browns, and soft blues suit green. Lime accents add energy on dark UIs. Always check text contrast.
Keyword green on white usually passes AA. Lime on white often fails—darken for text.
Use color: green;, color: #008000;, or color: rgb(0, 128, 0); on any property that accepts a <color> value, including background-color and border-color.