Shades of Lawn Green #76E30F
Tints of Lawn Green #76E30F
RGB
CMYK
RGB Variations
Color information
#76E30F (or 0x76E30F) is known color: Lawn Green. HEX triplet: 76, E3 and 0F. RGB value is (118,227,15). Sum of RGB (Red+Green+Blue) = 118+227+15=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #76E30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E30F is #891CF0. Grayscale: #AAAAAA. Windows color (decimal): -8985841 or 1041270. OLE color: 1041270.
HSL color Cylindrical-coordinate representation of color #76E30F: hue angle of 90.85º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76E30F is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 15 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.11 |
| HSL | 90.85º | 0.88% | 0.47% | - |
| HSV(B) | 90.85º | 0.93% | 0.89% | - |
| XYZ | 35.03 | 58.82 | 9.96 | - |
| YUV | 170.24 | 40.39 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 15 | 0.48 | 0 | 0.93 | 0.11 | 90.85 | 0.88 | 0.47 |
| Hex | 76 | E3 | F | 30 | 0 | 5D | B | 5B | 58 | 2F |
| Octal | 166 | 343 | 17 | 60 | 0 | 135 | 13 | 133 | 130 | 57 |
| Binary | 1110110 | 11100011 | 1111 | 110000 | 0 | 1011101 | 1011 | 1011011 | 1011000 | 101111 |
Color Harmonies of #76E30F
Complementary color
Monochromatic Colors of #76E30F
Black with #76E30F
Text Example
Text Example
White with #76E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E30F; }
p { color: rgb(118,227,15); }
H1.HeaderClassName
{
color: #76E30F;
}
.AnyTagClassName
{
color: #76E30F;
}
</style>
background-color css
<style>
a { background-color: #76E30F; }
a { background-color: rgb(118,227,15); }
div.DivClassName
{
background-color: #76E30F;
}
.BgClassName
{
background-color: #76E30F;
}
</style>
border-color css
<style>
span { border-color: #76E30F; }
span { border-color: rgb(118,227,15); }
td.TdClassName
{
border-color: #76E30F;
}
.TagClassName
{
border-color: #76E30F;
}
</style>