Shades of Lawn Green #76F42B
Tints of Lawn Green #76F42B
RGB
CMYK
RGB Variations
Color information
#76F42B (or 0x76F42B) is known color: Lawn Green. HEX triplet: 76, F4 and 2B. RGB value is (118,244,43). Sum of RGB (Red+Green+Blue) = 118+244+43=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #76F42B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F42B is #890BD4. Grayscale: #B8B8B8. Windows color (decimal): -8981461 or 2880630. OLE color: 2880630.
HSL color Cylindrical-coordinate representation of color #76F42B: hue angle of 97.61º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76F42B is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 244 | 43 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.04 |
| HSL | 97.61º | 0.9% | 0.56% | - |
| HSV(B) | 97.61º | 0.82% | 0.96% | - |
| XYZ | 40.26 | 68.73 | 13.43 | - |
| YUV | 183.41 | 48.76 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 244 | 43 | 0.52 | 0 | 0.82 | 0.04 | 97.61 | 0.9 | 0.56 |
| Hex | 76 | F4 | 2B | 34 | 0 | 52 | 4 | 62 | 5A | 38 |
| Octal | 166 | 364 | 53 | 64 | 0 | 122 | 4 | 142 | 132 | 70 |
| Binary | 1110110 | 11110100 | 101011 | 110100 | 0 | 1010010 | 100 | 1100010 | 1011010 | 111000 |
Color Harmonies of #76F42B
Complementary color
Monochromatic Colors of #76F42B
Black with #76F42B
Text Example
Text Example
White with #76F42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F42B; }
p { color: rgb(118,244,43); }
H1.HeaderClassName
{
color: #76F42B;
}
.AnyTagClassName
{
color: #76F42B;
}
</style>
background-color css
<style>
a { background-color: #76F42B; }
a { background-color: rgb(118,244,43); }
div.DivClassName
{
background-color: #76F42B;
}
.BgClassName
{
background-color: #76F42B;
}
</style>
border-color css
<style>
span { border-color: #76F42B; }
span { border-color: rgb(118,244,43); }
td.TdClassName
{
border-color: #76F42B;
}
.TagClassName
{
border-color: #76F42B;
}
</style>