Shades of Lawn Green #76FF2A
Tints of Lawn Green #76FF2A
RGB
CMYK
RGB Variations
Color information
#76FF2A (or 0x76FF2A) is known color: Lawn Green. HEX triplet: 76, FF and 2A. RGB value is (118,255,42). Sum of RGB (Red+Green+Blue) = 118+255+42=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF2A is #8900D5. Grayscale: #BEBEBE. Windows color (decimal): -8978646 or 2817910. OLE color: 2817910.
HSL color Cylindrical-coordinate representation of color #76FF2A: hue angle of 98.59º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76FF2A is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 42 | - |
| CMYK | 0.54 | 0 | 0.84 | 0 |
| HSL | 98.59º | 1% | 0.58% | - |
| HSV(B) | 98.59º | 0.84% | 1% | - |
| XYZ | 43.65 | 75.54 | 14.47 | - |
| YUV | 189.76 | 44.61 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 42 | 0.54 | 0 | 0.84 | 0 | 98.59 | 1 | 0.58 |
| Hex | 76 | FF | 2A | 36 | 0 | 54 | 0 | 63 | 64 | 3A |
| Octal | 166 | 377 | 52 | 66 | 0 | 124 | 0 | 143 | 144 | 72 |
| Binary | 1110110 | 11111111 | 101010 | 110110 | 0 | 1010100 | 0 | 1100011 | 1100100 | 111010 |
Color Harmonies of #76FF2A
Complementary color
Monochromatic Colors of #76FF2A
Black with #76FF2A
Text Example
Text Example
White with #76FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF2A; }
p { color: rgb(118,255,42); }
H1.HeaderClassName
{
color: #76FF2A;
}
.AnyTagClassName
{
color: #76FF2A;
}
</style>
background-color css
<style>
a { background-color: #76FF2A; }
a { background-color: rgb(118,255,42); }
div.DivClassName
{
background-color: #76FF2A;
}
.BgClassName
{
background-color: #76FF2A;
}
</style>
border-color css
<style>
span { border-color: #76FF2A; }
span { border-color: rgb(118,255,42); }
td.TdClassName
{
border-color: #76FF2A;
}
.TagClassName
{
border-color: #76FF2A;
}
</style>