Shades of Lawn Green #76FF02
Tints of Lawn Green #76FF02
RGB
CMYK
RGB Variations
Color information
#76FF02 (or 0x76FF02) is known color: Lawn Green. HEX triplet: 76, FF and 02. RGB value is (118,255,2). Sum of RGB (Red+Green+Blue) = 118+255+2=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF02 is #8900FD. Grayscale: #BABABA. Windows color (decimal): -8978686 or 196470. OLE color: 196470.
HSL color Cylindrical-coordinate representation of color #76FF02: hue angle of 92.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76FF02 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0 |
| HSL | 92.49º | 1% | 0.5% | - |
| HSV(B) | 92.49º | 0.99% | 1% | - |
| XYZ | 43.24 | 75.38 | 12.33 | - |
| YUV | 185.2 | 24.61 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 2 | 0.54 | 0 | 0.99 | 0 | 92.49 | 1 | 0.5 |
| Hex | 76 | FF | 2 | 36 | 0 | 63 | 0 | 5C | 64 | 32 |
| Octal | 166 | 377 | 2 | 66 | 0 | 143 | 0 | 134 | 144 | 62 |
| Binary | 1110110 | 11111111 | 10 | 110110 | 0 | 1100011 | 0 | 1011100 | 1100100 | 110010 |
Color Harmonies of #76FF02
Complementary color
Monochromatic Colors of #76FF02
Black with #76FF02
Text Example
Text Example
White with #76FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF02; }
p { color: rgb(118,255,2); }
H1.HeaderClassName
{
color: #76FF02;
}
.AnyTagClassName
{
color: #76FF02;
}
</style>
background-color css
<style>
a { background-color: #76FF02; }
a { background-color: rgb(118,255,2); }
div.DivClassName
{
background-color: #76FF02;
}
.BgClassName
{
background-color: #76FF02;
}
</style>
border-color css
<style>
span { border-color: #76FF02; }
span { border-color: rgb(118,255,2); }
td.TdClassName
{
border-color: #76FF02;
}
.TagClassName
{
border-color: #76FF02;
}
</style>