Shades of Lawn Green #73FD18
Tints of Lawn Green #73FD18
RGB
CMYK
RGB Variations
Color information
#73FD18 (or 0x73FD18) is known color: Lawn Green. HEX triplet: 73, FD and 18. RGB value is (115,253,24). Sum of RGB (Red+Green+Blue) = 115+253+24=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FD18 is #8C02E7. Grayscale: #BABABA. Windows color (decimal): -9175784 or 1637747. OLE color: 1637747.
HSL color Cylindrical-coordinate representation of color #73FD18: hue angle of 96.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73FD18 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 24 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.01 |
| HSL | 96.16º | 0.98% | 0.54% | - |
| HSV(B) | 96.16º | 0.91% | 0.99% | - |
| XYZ | 42.36 | 73.96 | 12.91 | - |
| YUV | 185.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 24 | 0.55 | 0 | 0.91 | 0.01 | 96.16 | 0.98 | 0.54 |
| Hex | 73 | FD | 18 | 37 | 0 | 5B | 1 | 60 | 62 | 36 |
| Octal | 163 | 375 | 30 | 67 | 0 | 133 | 1 | 140 | 142 | 66 |
| Binary | 1110011 | 11111101 | 11000 | 110111 | 0 | 1011011 | 1 | 1100000 | 1100010 | 110110 |
Color Harmonies of #73FD18
Complementary color
Monochromatic Colors of #73FD18
Black with #73FD18
Text Example
Text Example
White with #73FD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD18; }
p { color: rgb(115,253,24); }
H1.HeaderClassName
{
color: #73FD18;
}
.AnyTagClassName
{
color: #73FD18;
}
</style>
background-color css
<style>
a { background-color: #73FD18; }
a { background-color: rgb(115,253,24); }
div.DivClassName
{
background-color: #73FD18;
}
.BgClassName
{
background-color: #73FD18;
}
</style>
border-color css
<style>
span { border-color: #73FD18; }
span { border-color: rgb(115,253,24); }
td.TdClassName
{
border-color: #73FD18;
}
.TagClassName
{
border-color: #73FD18;
}
</style>