Shades of Lawn Green #7AFE32
Tints of Lawn Green #7AFE32
RGB
CMYK
RGB Variations
Color information
#7AFE32 (or 0x7AFE32) is known color: Lawn Green. HEX triplet: 7A, FE and 32. RGB value is (122,254,50). Sum of RGB (Red+Green+Blue) = 122+254+50=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFE32 is #8501CD. Grayscale: #BFBFBF. Windows color (decimal): -8716750 or 3341946. OLE color: 3341946.
HSL color Cylindrical-coordinate representation of color #7AFE32: hue angle of 98.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AFE32 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 50 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.00 |
| HSL | 98.82º | 0.99% | 0.6% | - |
| HSV(B) | 98.82º | 0.8% | 1% | - |
| XYZ | 44.04 | 75.25 | 15.22 | - |
| YUV | 191.28 | 48.27 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 50 | 0.52 | 0 | 0.80 | 0.00 | 98.82 | 0.99 | 0.6 |
| Hex | 7A | FE | 32 | 34 | 0 | 50 | 0 | 63 | 63 | 3C |
| Octal | 172 | 376 | 62 | 64 | 0 | 120 | 0 | 143 | 143 | 74 |
| Binary | 1111010 | 11111110 | 110010 | 110100 | 0 | 1010000 | 0 | 1100011 | 1100011 | 111100 |
Color Harmonies of #7AFE32
Complementary color
Monochromatic Colors of #7AFE32
Black with #7AFE32
Text Example
Text Example
White with #7AFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE32; }
p { color: rgb(122,254,50); }
H1.HeaderClassName
{
color: #7AFE32;
}
.AnyTagClassName
{
color: #7AFE32;
}
</style>
background-color css
<style>
a { background-color: #7AFE32; }
a { background-color: rgb(122,254,50); }
div.DivClassName
{
background-color: #7AFE32;
}
.BgClassName
{
background-color: #7AFE32;
}
</style>
border-color css
<style>
span { border-color: #7AFE32; }
span { border-color: rgb(122,254,50); }
td.TdClassName
{
border-color: #7AFE32;
}
.TagClassName
{
border-color: #7AFE32;
}
</style>