Shades of Lawn Green #73FD03
Tints of Lawn Green #73FD03
RGB
CMYK
RGB Variations
Color information
#73FD03 (or 0x73FD03) is known color: Lawn Green. HEX triplet: 73, FD and 03. RGB value is (115,253,3). Sum of RGB (Red+Green+Blue) = 115+253+3=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FD03 is #8C02FC. Grayscale: #B8B8B8. Windows color (decimal): -9175805 or 261491. OLE color: 261491.
HSL color Cylindrical-coordinate representation of color #73FD03: hue angle of 93.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73FD03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.01 |
| HSL | 93.12º | 0.98% | 0.5% | - |
| HSV(B) | 93.12º | 0.99% | 0.99% | - |
| XYZ | 42.21 | 73.9 | 12.13 | - |
| YUV | 183.24 | 26.28 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 3 | 0.55 | 0 | 0.99 | 0.01 | 93.12 | 0.98 | 0.5 |
| Hex | 73 | FD | 3 | 37 | 0 | 63 | 1 | 5D | 62 | 32 |
| Octal | 163 | 375 | 3 | 67 | 0 | 143 | 1 | 135 | 142 | 62 |
| Binary | 1110011 | 11111101 | 11 | 110111 | 0 | 1100011 | 1 | 1011101 | 1100010 | 110010 |
Color Harmonies of #73FD03
Complementary color
Monochromatic Colors of #73FD03
Black with #73FD03
Text Example
Text Example
White with #73FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD03; }
p { color: rgb(115,253,3); }
H1.HeaderClassName
{
color: #73FD03;
}
.AnyTagClassName
{
color: #73FD03;
}
</style>
background-color css
<style>
a { background-color: #73FD03; }
a { background-color: rgb(115,253,3); }
div.DivClassName
{
background-color: #73FD03;
}
.BgClassName
{
background-color: #73FD03;
}
</style>
border-color css
<style>
span { border-color: #73FD03; }
span { border-color: rgb(115,253,3); }
td.TdClassName
{
border-color: #73FD03;
}
.TagClassName
{
border-color: #73FD03;
}
</style>