Shades of Lima #73D417
Tints of Lima #73D417
RGB
CMYK
RGB Variations
Color information
#73D417 (or 0x73D417) is known color: Lima. HEX triplet: 73, D4 and 17. RGB value is (115,212,23). Sum of RGB (Red+Green+Blue) = 115+212+23=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #73D417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D417 is #8C2BE8. Grayscale: #A2A2A2. Windows color (decimal): -9186281 or 1561715. OLE color: 1561715.
HSL color Cylindrical-coordinate representation of color #73D417: hue angle of 90.79º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73D417 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 23 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.17 |
| HSL | 90.79º | 0.8% | 0.46% | - |
| HSV(B) | 90.79º | 0.89% | 0.83% | - |
| XYZ | 30.77 | 50.79 | 8.99 | - |
| YUV | 161.45 | 49.86 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 23 | 0.46 | 0 | 0.89 | 0.17 | 90.79 | 0.8 | 0.46 |
| Hex | 73 | D4 | 17 | 2E | 0 | 59 | 11 | 5B | 50 | 2E |
| Octal | 163 | 324 | 27 | 56 | 0 | 131 | 21 | 133 | 120 | 56 |
| Binary | 1110011 | 11010100 | 10111 | 101110 | 0 | 1011001 | 10001 | 1011011 | 1010000 | 101110 |
Color Harmonies of #73D417
Complementary color
Monochromatic Colors of #73D417
Black with #73D417
Text Example
Text Example
White with #73D417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D417; }
p { color: rgb(115,212,23); }
H1.HeaderClassName
{
color: #73D417;
}
.AnyTagClassName
{
color: #73D417;
}
</style>
background-color css
<style>
a { background-color: #73D417; }
a { background-color: rgb(115,212,23); }
div.DivClassName
{
background-color: #73D417;
}
.BgClassName
{
background-color: #73D417;
}
</style>
border-color css
<style>
span { border-color: #73D417; }
span { border-color: rgb(115,212,23); }
td.TdClassName
{
border-color: #73D417;
}
.TagClassName
{
border-color: #73D417;
}
</style>