Shades of Lawn Green #73FC00
Tints of Lawn Green #73FC00
RGB
CMYK
RGB Variations
Color information
#73FC00 (or 0x73FC00) is known color: Lawn Green. HEX triplet: 73, FC and 00. RGB value is (115,252,0). Sum of RGB (Red+Green+Blue) = 115+252+0=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FC00 is #8C03FF. Grayscale: #B7B7B7. Windows color (decimal): -9176064 or 64627. OLE color: 64627.
HSL color Cylindrical-coordinate representation of color #73FC00: hue angle of 92.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73FC00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.01 |
| HSL | 92.62º | 1% | 0.49% | - |
| HSV(B) | 92.62º | 1% | 0.99% | - |
| XYZ | 41.88 | 73.27 | 11.93 | - |
| YUV | 182.31 | 25.11 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 0 | 0.54 | 0 | 1 | 0.01 | 92.62 | 1 | 0.49 |
| Hex | 73 | FC | 0 | 36 | 0 | 64 | 1 | 5D | 64 | 31 |
| Octal | 163 | 374 | 0 | 66 | 0 | 144 | 1 | 135 | 144 | 61 |
| Binary | 1110011 | 11111100 | 0 | 110110 | 0 | 1100100 | 1 | 1011101 | 1100100 | 110001 |
Color Harmonies of #73FC00
Complementary color
Monochromatic Colors of #73FC00
Black with #73FC00
Text Example
Text Example
White with #73FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC00; }
p { color: rgb(115,252,0); }
H1.HeaderClassName
{
color: #73FC00;
}
.AnyTagClassName
{
color: #73FC00;
}
</style>
background-color css
<style>
a { background-color: #73FC00; }
a { background-color: rgb(115,252,0); }
div.DivClassName
{
background-color: #73FC00;
}
.BgClassName
{
background-color: #73FC00;
}
</style>
border-color css
<style>
span { border-color: #73FC00; }
span { border-color: rgb(115,252,0); }
td.TdClassName
{
border-color: #73FC00;
}
.TagClassName
{
border-color: #73FC00;
}
</style>