Color Green green (#00ff00):
HEX, RGB color codes for HTML and CSS
The Comprehensive Guide to Green green (#00ff00):
Its Meaning and Harmonious Color Matches in Design.
Hue Family:
greens
greens Family:
neutral-vibrant
Saturation:
highly saturated
Tones:
colorful tone
Shade:
light
Temperature:
neutral
Chromaticity:
chromatic
Chroma:
high chroma
Color Information about Green / #00ff00
The HTML HEX code is #00ff00. The corresponding color name is "Green". In RGB values (additive color space used for Digital Displays), this HEX code translates to Red (R): 0%, Green (G): 255%, Blue (B): 0%. In the CMYK color model (subtractive color model used in printing), it is represented by Cyan (C): 100%, Magenta (M): 0%, Yellow (Y):100%, Black (K): 0%. In the HSL color space, #00ff00 has a hue of 120°, saturation of 100%, and lightness of 50%. The HSV representation is 120° for hue, 100% for saturation, and 100% for value.
In the CIE-LAB color space, the color is denoted by L* (lightness) = 88, a* (green to red) = -86, and b* (blue to yellow) = 83. The XYZ representation is X: 36, Y: 72, Z: 12. In the YUV color space, it translates to Y (luminance) = 0.5870, U (chrominance) = -0.2889, and V (chrominance) = -0.5150.
The decimal value of the color is 65280. The closest Web-safe HEX code is #00FF00. Variations of the colour are #66FF66 for a 20% lighter version and #009900 for a 20% darker version.
For the color with hex value #00ff00, the correlated color temperature (CT) is estimated to be 6069 Kelvin (6069K).
The approximate wavelength of #00ff00 is around 530.00nm.
VALUE | CSS | |
---|---|---|
HEX Code | 00ff00 | #00ff00 |
RGB Decimal Code | 0, 255, 0 | rgb(0, 255, 0) |
CMYK | 100, 0, 100, 0 | / |
HSL | 120°, 100%, 50% | hsl(120°, 100%, 50%) |
HSV | 120°, 100%, 100% | / |
CIE-LAB | 88, -86, 83 | / |
XYZ | 36, 72, 12 | / |
YUV | 0.5870, -0.2889, -0.5150 | / |
Decimal value | 65280 | / |
Web-Safe HEX | 00FF00 | #00FF00 |
Color Temperature (CT) | 6069 Kelvin (6069K) | / |
Estimate Wavelength | around 530.00nm | / |
The Depth and Diversity of Green (Hex: #00ff00): Exploring its Impact in Design and Culture
The hex color #00ff00, commonly known as Green, shares similarities with various natural elements and common objects. It resembles the lush leaves of a tropical rainforest or the vibrant grass on a sunny meadow. Additionally, this shade of green can be compared to the crisp and refreshing color of a juicy lime or the vibrant hues of fresh mint leaves. It also evokes the image of healthy, leafy vegetables like spinach and kale. Overall, #00ff00, or Green, is reminiscent of the beauty and vitality found in nature and everyday life.
Download Stunning Green Wallpapers and Backgrounds
Enhance your devices with our minimalistic yet captivating Green Wallpapers, perfectly designed for 4K, 5K, iPhone, and Android screens. Experience a unique aesthetic that brings elegance to your digital life.
Experience Elegance with Green 4K Wallpaper
Immerse yourself in the beauty of our Green 4K Wallpaper, offering a resolution of 3840px by 2160px. Perfect for high-resolution displays, this wallpaper brings a touch of sophistication to your desktop.
Download Green 4K WallpaperTints and Shades of #00ff00 HEX color (Green)
In color theory, tints and shades are essential for understanding the depth and luminosity of colors. A tint is achieved by adding white to a pure hue, lightening its appearance. Conversely, a shade results from blending black with a color, giving it a deeper tone. In the context of #00ff00, this color stands at the center between its tints and shades. While the tints get progressively lighter moving towards white (#ffffff), the shades deepen towards black (#000000).
- #ffffff
- #BFFFBF
- #80FF80
- #40FF40
- #00ff00
- #00BF00
- #008000
- #004000
- #000000
Tones of Green (#00ff00 HEX color)
A tone is produced by adding gray to any pure hue. In the case of #00ff00, #33cc33 is the less saturated color, while #00ff00 is the most saturated one.
- #33cc33
- #26d926
- #1ae61a
- #0df20d
- #00ff00
- #335233
- #264a26
- #1a421a
- #0d3b0d
HTML Usage Examples
HTML using color code example
<p style="color: #00ff00;">This is a css example</p>
HTML / CSS Color Name using W3C
W3C HTML / CSS Color Name of #00ff00 is lime.
CSS color code example
p { color: #00ff00; }
Text with hexadecimal color #00ff00
This is a sample text with color #00ff00.
Background Color with #00ff00
This is a example with background color #00ff00.
Border Color with #00ff00
#00ff00 Color Preview on White (#ffffff) Background
This is a example of text with color #00ff00 on white background.
#00ff00 Color Preview on Black (#000000) Background
This is a example of text with color #00ff00 on black background.
CSS codes examples
.text {color:#00ff00;}
.background {background-color:#00ff00;}
.border {border:1px solid #00ff00;}