Shades of Lawn Green #7AFC04
Tints of Lawn Green #7AFC04
RGB
CMYK
RGB Variations
Color information
#7AFC04 (or 0x7AFC04) is known color: Lawn Green. HEX triplet: 7A, FC and 04. RGB value is (122,252,4). Sum of RGB (Red+Green+Blue) = 122+252+4=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFC04 is #8503FB. Grayscale: #B9B9B9. Windows color (decimal): -8717308 or 326778. OLE color: 326778.
HSL color Cylindrical-coordinate representation of color #7AFC04: hue angle of 91.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AFC04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 4 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.01 |
| HSL | 91.45º | 0.98% | 0.5% | - |
| HSV(B) | 91.45º | 0.98% | 0.99% | - |
| XYZ | 42.86 | 73.77 | 12.09 | - |
| YUV | 184.86 | 25.93 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 4 | 0.52 | 0 | 0.98 | 0.01 | 91.45 | 0.98 | 0.5 |
| Hex | 7A | FC | 4 | 34 | 0 | 62 | 1 | 5B | 62 | 32 |
| Octal | 172 | 374 | 4 | 64 | 0 | 142 | 1 | 133 | 142 | 62 |
| Binary | 1111010 | 11111100 | 100 | 110100 | 0 | 1100010 | 1 | 1011011 | 1100010 | 110010 |
Color Harmonies of #7AFC04
Complementary color
Monochromatic Colors of #7AFC04
Black with #7AFC04
Text Example
Text Example
White with #7AFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC04; }
p { color: rgb(122,252,4); }
H1.HeaderClassName
{
color: #7AFC04;
}
.AnyTagClassName
{
color: #7AFC04;
}
</style>
background-color css
<style>
a { background-color: #7AFC04; }
a { background-color: rgb(122,252,4); }
div.DivClassName
{
background-color: #7AFC04;
}
.BgClassName
{
background-color: #7AFC04;
}
</style>
border-color css
<style>
span { border-color: #7AFC04; }
span { border-color: rgb(122,252,4); }
td.TdClassName
{
border-color: #7AFC04;
}
.TagClassName
{
border-color: #7AFC04;
}
</style>