Shades of Lawn Green #76FF00
Tints of Lawn Green #76FF00
RGB
CMYK
RGB Variations
Color information
#76FF00 (or 0x76FF00) is known color: Lawn Green. HEX triplet: 76, FF and 00. RGB value is (118,255,0). Sum of RGB (Red+Green+Blue) = 118+255+0=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF00 is #8900FF. Grayscale: #B9B9B9. Windows color (decimal): -8978688 or 65398. OLE color: 65398.
HSL color Cylindrical-coordinate representation of color #76FF00: hue angle of 92.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76FF00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0 |
| HSL | 92.24º | 1% | 0.5% | - |
| HSV(B) | 92.24º | 1% | 1% | - |
| XYZ | 43.23 | 75.37 | 12.27 | - |
| YUV | 184.97 | 23.61 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 0 | 0.54 | 0 | 1 | 0 | 92.24 | 1 | 0.5 |
| Hex | 76 | FF | 0 | 36 | 0 | 64 | 0 | 5C | 64 | 32 |
| Octal | 166 | 377 | 0 | 66 | 0 | 144 | 0 | 134 | 144 | 62 |
| Binary | 1110110 | 11111111 | 0 | 110110 | 0 | 1100100 | 0 | 1011100 | 1100100 | 110010 |
Color Harmonies of #76FF00
Complementary color
Monochromatic Colors of #76FF00
Black with #76FF00
Text Example
Text Example
White with #76FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF00; }
p { color: rgb(118,255,0); }
H1.HeaderClassName
{
color: #76FF00;
}
.AnyTagClassName
{
color: #76FF00;
}
</style>
background-color css
<style>
a { background-color: #76FF00; }
a { background-color: rgb(118,255,0); }
div.DivClassName
{
background-color: #76FF00;
}
.BgClassName
{
background-color: #76FF00;
}
</style>
border-color css
<style>
span { border-color: #76FF00; }
span { border-color: rgb(118,255,0); }
td.TdClassName
{
border-color: #76FF00;
}
.TagClassName
{
border-color: #76FF00;
}
</style>