Shades of Lawn Green #76FA34
Tints of Lawn Green #76FA34
RGB
CMYK
RGB Variations
Color information
#76FA34 (or 0x76FA34) is known color: Lawn Green. HEX triplet: 76, FA and 34. RGB value is (118,250,52). Sum of RGB (Red+Green+Blue) = 118+250+52=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FA34 is #8905CB. Grayscale: #BCBCBC. Windows color (decimal): -8979916 or 3471990. OLE color: 3471990.
HSL color Cylindrical-coordinate representation of color #76FA34: hue angle of 100º degrees, saturation: 0.95, 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 #76FA34 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 52 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.02 |
| HSL | 100º | 0.95% | 0.59% | - |
| HSV(B) | 100º | 0.79% | 0.98% | - |
| XYZ | 42.28 | 72.47 | 15.01 | - |
| YUV | 187.96 | 51.27 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 52 | 0.53 | 0 | 0.79 | 0.02 | 100 | 0.95 | 0.59 |
| Hex | 76 | FA | 34 | 35 | 0 | 4F | 2 | 64 | 5F | 3B |
| Octal | 166 | 372 | 64 | 65 | 0 | 117 | 2 | 144 | 137 | 73 |
| Binary | 1110110 | 11111010 | 110100 | 110101 | 0 | 1001111 | 10 | 1100100 | 1011111 | 111011 |
Color Harmonies of #76FA34
Complementary color
Monochromatic Colors of #76FA34
Black with #76FA34
Text Example
Text Example
White with #76FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA34; }
p { color: rgb(118,250,52); }
H1.HeaderClassName
{
color: #76FA34;
}
.AnyTagClassName
{
color: #76FA34;
}
</style>
background-color css
<style>
a { background-color: #76FA34; }
a { background-color: rgb(118,250,52); }
div.DivClassName
{
background-color: #76FA34;
}
.BgClassName
{
background-color: #76FA34;
}
</style>
border-color css
<style>
span { border-color: #76FA34; }
span { border-color: rgb(118,250,52); }
td.TdClassName
{
border-color: #76FA34;
}
.TagClassName
{
border-color: #76FA34;
}
</style>