Shades of Lawn Green #73FC04
Tints of Lawn Green #73FC04
RGB
CMYK
RGB Variations
Color information
#73FC04 (or 0x73FC04) is known color: Lawn Green. HEX triplet: 73, FC and 04. RGB value is (115,252,4). Sum of RGB (Red+Green+Blue) = 115+252+4=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FC04 is #8C03FB. Grayscale: #B7B7B7. Windows color (decimal): -9176060 or 326771. OLE color: 326771.
HSL color Cylindrical-coordinate representation of color #73FC04: hue angle of 93.15º 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 #73FC04 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.01 |
| HSL | 93.15º | 0.98% | 0.5% | - |
| HSV(B) | 93.15º | 0.98% | 0.99% | - |
| XYZ | 41.9 | 73.27 | 12.05 | - |
| YUV | 182.77 | 27.11 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 4 | 0.54 | 0 | 0.98 | 0.01 | 93.15 | 0.98 | 0.5 |
| Hex | 73 | FC | 4 | 36 | 0 | 62 | 1 | 5D | 62 | 32 |
| Octal | 163 | 374 | 4 | 66 | 0 | 142 | 1 | 135 | 142 | 62 |
| Binary | 1110011 | 11111100 | 100 | 110110 | 0 | 1100010 | 1 | 1011101 | 1100010 | 110010 |
Color Harmonies of #73FC04
Complementary color
Monochromatic Colors of #73FC04
Black with #73FC04
Text Example
Text Example
White with #73FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC04; }
p { color: rgb(115,252,4); }
H1.HeaderClassName
{
color: #73FC04;
}
.AnyTagClassName
{
color: #73FC04;
}
</style>
background-color css
<style>
a { background-color: #73FC04; }
a { background-color: rgb(115,252,4); }
div.DivClassName
{
background-color: #73FC04;
}
.BgClassName
{
background-color: #73FC04;
}
</style>
border-color css
<style>
span { border-color: #73FC04; }
span { border-color: rgb(115,252,4); }
td.TdClassName
{
border-color: #73FC04;
}
.TagClassName
{
border-color: #73FC04;
}
</style>