Shades of Lawn Green #7AFC32
Tints of Lawn Green #7AFC32
RGB
CMYK
RGB Variations
Color information
#7AFC32 (or 0x7AFC32) is known color: Lawn Green. HEX triplet: 7A, FC and 32. RGB value is (122,252,50). Sum of RGB (Red+Green+Blue) = 122+252+50=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFC32 is #8503CD. Grayscale: #BEBEBE. Windows color (decimal): -8717262 or 3341434. OLE color: 3341434.
HSL color Cylindrical-coordinate representation of color #7AFC32: hue angle of 98.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AFC32 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 50 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.01 |
| HSL | 98.61º | 0.97% | 0.59% | - |
| HSV(B) | 98.61º | 0.8% | 0.99% | - |
| XYZ | 43.41 | 73.99 | 15.01 | - |
| YUV | 190.1 | 48.93 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 50 | 0.52 | 0 | 0.80 | 0.01 | 98.61 | 0.97 | 0.59 |
| Hex | 7A | FC | 32 | 34 | 0 | 50 | 1 | 63 | 61 | 3B |
| Octal | 172 | 374 | 62 | 64 | 0 | 120 | 1 | 143 | 141 | 73 |
| Binary | 1111010 | 11111100 | 110010 | 110100 | 0 | 1010000 | 1 | 1100011 | 1100001 | 111011 |
Color Harmonies of #7AFC32
Complementary color
Monochromatic Colors of #7AFC32
Black with #7AFC32
Text Example
Text Example
White with #7AFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC32; }
p { color: rgb(122,252,50); }
H1.HeaderClassName
{
color: #7AFC32;
}
.AnyTagClassName
{
color: #7AFC32;
}
</style>
background-color css
<style>
a { background-color: #7AFC32; }
a { background-color: rgb(122,252,50); }
div.DivClassName
{
background-color: #7AFC32;
}
.BgClassName
{
background-color: #7AFC32;
}
</style>
border-color css
<style>
span { border-color: #7AFC32; }
span { border-color: rgb(122,252,50); }
td.TdClassName
{
border-color: #7AFC32;
}
.TagClassName
{
border-color: #7AFC32;
}
</style>