Shades of Lawn Green #76FE2A
Tints of Lawn Green #76FE2A
RGB
CMYK
RGB Variations
Color information
#76FE2A (or 0x76FE2A) is known color: Lawn Green. HEX triplet: 76, FE and 2A. RGB value is (118,254,42). Sum of RGB (Red+Green+Blue) = 118+254+42=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FE2A is #8901D5. Grayscale: #BDBDBD. Windows color (decimal): -8978902 or 2817654. OLE color: 2817654.
HSL color Cylindrical-coordinate representation of color #76FE2A: hue angle of 98.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76FE2A is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 42 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.00 |
| HSL | 98.49º | 0.99% | 0.58% | - |
| HSV(B) | 98.49º | 0.83% | 1% | - |
| XYZ | 43.33 | 74.9 | 14.36 | - |
| YUV | 189.17 | 44.94 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 42 | 0.54 | 0 | 0.83 | 0.00 | 98.49 | 0.99 | 0.58 |
| Hex | 76 | FE | 2A | 36 | 0 | 53 | 0 | 62 | 63 | 3A |
| Octal | 166 | 376 | 52 | 66 | 0 | 123 | 0 | 142 | 143 | 72 |
| Binary | 1110110 | 11111110 | 101010 | 110110 | 0 | 1010011 | 0 | 1100010 | 1100011 | 111010 |
Color Harmonies of #76FE2A
Complementary color
Monochromatic Colors of #76FE2A
Black with #76FE2A
Text Example
Text Example
White with #76FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE2A; }
p { color: rgb(118,254,42); }
H1.HeaderClassName
{
color: #76FE2A;
}
.AnyTagClassName
{
color: #76FE2A;
}
</style>
background-color css
<style>
a { background-color: #76FE2A; }
a { background-color: rgb(118,254,42); }
div.DivClassName
{
background-color: #76FE2A;
}
.BgClassName
{
background-color: #76FE2A;
}
</style>
border-color css
<style>
span { border-color: #76FE2A; }
span { border-color: rgb(118,254,42); }
td.TdClassName
{
border-color: #76FE2A;
}
.TagClassName
{
border-color: #76FE2A;
}
</style>