Shades of Lawn Green #73FF01
Tints of Lawn Green #73FF01
RGB
CMYK
RGB Variations
Color information
#73FF01 (or 0x73FF01) is known color: Lawn Green. HEX triplet: 73, FF and 01. RGB value is (115,255,1). Sum of RGB (Red+Green+Blue) = 115+255+1=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FF01 is #8C00FE. Grayscale: #B9B9B9. Windows color (decimal): -9175295 or 130931. OLE color: 130931.
HSL color Cylindrical-coordinate representation of color #73FF01: hue angle of 93.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73FF01 is Cyan = 0.55, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 1 | - |
| CMYK | 0.55 | 0 | 1.00 | 0 |
| HSL | 93.07º | 1% | 0.5% | - |
| HSV(B) | 93.07º | 1% | 1% | - |
| XYZ | 42.84 | 75.17 | 12.28 | - |
| YUV | 184.18 | 24.62 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 1 | 0.55 | 0 | 1.00 | 0 | 93.07 | 1 | 0.5 |
| Hex | 73 | FF | 1 | 37 | 0 | 64 | 0 | 5D | 64 | 32 |
| Octal | 163 | 377 | 1 | 67 | 0 | 144 | 0 | 135 | 144 | 62 |
| Binary | 1110011 | 11111111 | 1 | 110111 | 0 | 1100100 | 0 | 1011101 | 1100100 | 110010 |
Color Harmonies of #73FF01
Complementary color
Monochromatic Colors of #73FF01
Black with #73FF01
Text Example
Text Example
White with #73FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF01; }
p { color: rgb(115,255,1); }
H1.HeaderClassName
{
color: #73FF01;
}
.AnyTagClassName
{
color: #73FF01;
}
</style>
background-color css
<style>
a { background-color: #73FF01; }
a { background-color: rgb(115,255,1); }
div.DivClassName
{
background-color: #73FF01;
}
.BgClassName
{
background-color: #73FF01;
}
</style>
border-color css
<style>
span { border-color: #73FF01; }
span { border-color: rgb(115,255,1); }
td.TdClassName
{
border-color: #73FF01;
}
.TagClassName
{
border-color: #73FF01;
}
</style>