Green HEX Code
The HEX code for pure green (lime) is #00FF00. Note that CSS "green" is actually #008000, while the pure green primary color is technically called "lime" in CSS.
Green Color Values
| Name | HEX | RGB | Lime (pure)#00FF00rgb(0, 255, 0) Green (CSS)#008000rgb(0, 128, 0)
Green Shades and Variations
ShadeHEXDescription Light Green#90EE90Soft, spring-like Lime Green#32CD32Vibrant, electric Lime#00FF00Pure green Green#008000CSS standard green Forest Green#228B22Deep, natural Dark Green#006400Very dark Olive#808000Yellow-tinted | Teal | #008080 | Blue-tinted |
Green in Design
Green represents:
- Nature: Environment, organic
- Growth: Finance, health
- Success: Positive actions, confirmations
- Freshness: Food, wellness
CSS Usage
``css
.success {
color: #00FF00; /* Lime - pure green */
/* Or for CSS green */
color: #008000; /* green keyword */
}
``
Brand Greens
| Brand | HEX | Spotify#1DB954 WhatsApp#25D366 Starbucks#00704A Android#3DDC84