Shades of Lawn Green #76FB34
Tints of Lawn Green #76FB34
RGB
CMYK
RGB Variations
Color information
#76FB34 (or 0x76FB34) is known color: Lawn Green. HEX triplet: 76, FB and 34. RGB value is (118,251,52). Sum of RGB (Red+Green+Blue) = 118+251+52=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 251 (98.44% from 255 or 59.62% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FB34 is #8904CB. Grayscale: #BDBDBD. Windows color (decimal): -8979660 or 3472246. OLE color: 3472246.
HSL color Cylindrical-coordinate representation of color #76FB34: hue angle of 100.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76FB34 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 52 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.02 |
| HSL | 100.1º | 0.96% | 0.59% | - |
| HSV(B) | 100.1º | 0.79% | 0.98% | - |
| XYZ | 42.59 | 73.09 | 15.11 | - |
| YUV | 188.55 | 50.94 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 52 | 0.53 | 0 | 0.79 | 0.02 | 100.1 | 0.96 | 0.59 |
| Hex | 76 | FB | 34 | 35 | 0 | 4F | 2 | 64 | 60 | 3B |
| Octal | 166 | 373 | 64 | 65 | 0 | 117 | 2 | 144 | 140 | 73 |
| Binary | 1110110 | 11111011 | 110100 | 110101 | 0 | 1001111 | 10 | 1100100 | 1100000 | 111011 |
Color Harmonies of #76FB34
Complementary color
Monochromatic Colors of #76FB34
Black with #76FB34
Text Example
Text Example
White with #76FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FB34; }
p { color: rgb(118,251,52); }
H1.HeaderClassName
{
color: #76FB34;
}
.AnyTagClassName
{
color: #76FB34;
}
</style>
background-color css
<style>
a { background-color: #76FB34; }
a { background-color: rgb(118,251,52); }
div.DivClassName
{
background-color: #76FB34;
}
.BgClassName
{
background-color: #76FB34;
}
</style>
border-color css
<style>
span { border-color: #76FB34; }
span { border-color: rgb(118,251,52); }
td.TdClassName
{
border-color: #76FB34;
}
.TagClassName
{
border-color: #76FB34;
}
</style>