Shades of Lima #73D018
Tints of Lima #73D018
RGB
CMYK
RGB Variations
Color information
#73D018 (or 0x73D018) is known color: Lima. HEX triplet: 73, D0 and 18. RGB value is (115,208,24). Sum of RGB (Red+Green+Blue) = 115+208+24=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #73D018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D018 is #8C2FE7. Grayscale: #9F9F9F. Windows color (decimal): -9187304 or 1626227. OLE color: 1626227.
HSL color Cylindrical-coordinate representation of color #73D018: hue angle of 90.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D018 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 24 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.18 |
| HSL | 90.33º | 0.79% | 0.45% | - |
| HSV(B) | 90.33º | 0.88% | 0.82% | - |
| XYZ | 29.79 | 48.82 | 8.72 | - |
| YUV | 159.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 24 | 0.45 | 0 | 0.88 | 0.18 | 90.33 | 0.79 | 0.45 |
| Hex | 73 | D0 | 18 | 2D | 0 | 58 | 12 | 5A | 4F | 2D |
| Octal | 163 | 320 | 30 | 55 | 0 | 130 | 22 | 132 | 117 | 55 |
| Binary | 1110011 | 11010000 | 11000 | 101101 | 0 | 1011000 | 10010 | 1011010 | 1001111 | 101101 |
Color Harmonies of #73D018
Complementary color
Monochromatic Colors of #73D018
Black with #73D018
Text Example
Text Example
White with #73D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D018; }
p { color: rgb(115,208,24); }
H1.HeaderClassName
{
color: #73D018;
}
.AnyTagClassName
{
color: #73D018;
}
</style>
background-color css
<style>
a { background-color: #73D018; }
a { background-color: rgb(115,208,24); }
div.DivClassName
{
background-color: #73D018;
}
.BgClassName
{
background-color: #73D018;
}
</style>
border-color css
<style>
span { border-color: #73D018; }
span { border-color: rgb(115,208,24); }
td.TdClassName
{
border-color: #73D018;
}
.TagClassName
{
border-color: #73D018;
}
</style>