Shades of Lawn Green #76FF2D
Tints of Lawn Green #76FF2D
RGB
CMYK
RGB Variations
Color information
#76FF2D (or 0x76FF2D) is known color: Lawn Green. HEX triplet: 76, FF and 2D. RGB value is (118,255,45). Sum of RGB (Red+Green+Blue) = 118+255+45=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF2D is #8900D2. Grayscale: #BEBEBE. Windows color (decimal): -8978643 or 3014518. OLE color: 3014518.
HSL color Cylindrical-coordinate representation of color #76FF2D: hue angle of 99.14º 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 #76FF2D is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 45 | - |
| CMYK | 0.54 | 0 | 0.82 | 0 |
| HSL | 99.14º | 1% | 0.59% | - |
| HSV(B) | 99.14º | 0.82% | 1% | - |
| XYZ | 43.7 | 75.56 | 14.76 | - |
| YUV | 190.1 | 46.11 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 45 | 0.54 | 0 | 0.82 | 0 | 99.14 | 1 | 0.59 |
| Hex | 76 | FF | 2D | 36 | 0 | 52 | 0 | 63 | 64 | 3B |
| Octal | 166 | 377 | 55 | 66 | 0 | 122 | 0 | 143 | 144 | 73 |
| Binary | 1110110 | 11111111 | 101101 | 110110 | 0 | 1010010 | 0 | 1100011 | 1100100 | 111011 |
Color Harmonies of #76FF2D
Complementary color
Monochromatic Colors of #76FF2D
Black with #76FF2D
Text Example
Text Example
White with #76FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF2D; }
p { color: rgb(118,255,45); }
H1.HeaderClassName
{
color: #76FF2D;
}
.AnyTagClassName
{
color: #76FF2D;
}
</style>
background-color css
<style>
a { background-color: #76FF2D; }
a { background-color: rgb(118,255,45); }
div.DivClassName
{
background-color: #76FF2D;
}
.BgClassName
{
background-color: #76FF2D;
}
</style>
border-color css
<style>
span { border-color: #76FF2D; }
span { border-color: rgb(118,255,45); }
td.TdClassName
{
border-color: #76FF2D;
}
.TagClassName
{
border-color: #76FF2D;
}
</style>