Shades of Lawn Green #76FF2F
Tints of Lawn Green #76FF2F
RGB
CMYK
RGB Variations
Color information
#76FF2F (or 0x76FF2F) is known color: Lawn Green. HEX triplet: 76, FF and 2F. RGB value is (118,255,47). Sum of RGB (Red+Green+Blue) = 118+255+47=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF2F is #8900D0. Grayscale: #BFBFBF. Windows color (decimal): -8978641 or 3145590. OLE color: 3145590.
HSL color Cylindrical-coordinate representation of color #76FF2F: hue angle of 99.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76FF2F is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 47 | - |
| CMYK | 0.54 | 0 | 0.82 | 0 |
| HSL | 99.52º | 1% | 0.59% | - |
| HSV(B) | 99.52º | 0.82% | 1% | - |
| XYZ | 43.74 | 75.58 | 14.97 | - |
| YUV | 190.33 | 47.11 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 47 | 0.54 | 0 | 0.82 | 0 | 99.52 | 1 | 0.59 |
| Hex | 76 | FF | 2F | 36 | 0 | 52 | 0 | 64 | 64 | 3B |
| Octal | 166 | 377 | 57 | 66 | 0 | 122 | 0 | 144 | 144 | 73 |
| Binary | 1110110 | 11111111 | 101111 | 110110 | 0 | 1010010 | 0 | 1100100 | 1100100 | 111011 |
Color Harmonies of #76FF2F
Complementary color
Monochromatic Colors of #76FF2F
Black with #76FF2F
Text Example
Text Example
White with #76FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF2F; }
p { color: rgb(118,255,47); }
H1.HeaderClassName
{
color: #76FF2F;
}
.AnyTagClassName
{
color: #76FF2F;
}
</style>
background-color css
<style>
a { background-color: #76FF2F; }
a { background-color: rgb(118,255,47); }
div.DivClassName
{
background-color: #76FF2F;
}
.BgClassName
{
background-color: #76FF2F;
}
</style>
border-color css
<style>
span { border-color: #76FF2F; }
span { border-color: rgb(118,255,47); }
td.TdClassName
{
border-color: #76FF2F;
}
.TagClassName
{
border-color: #76FF2F;
}
</style>