Shades of Lima #73CD17
Tints of Lima #73CD17
RGB
CMYK
RGB Variations
Color information
#73CD17 (or 0x73CD17) is known color: Lima. HEX triplet: 73, CD and 17. RGB value is (115,205,23). Sum of RGB (Red+Green+Blue) = 115+205+23=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CD17 is #8C32E8. Grayscale: #9D9D9D. Windows color (decimal): -9188073 or 1559923. OLE color: 1559923.
HSL color Cylindrical-coordinate representation of color #73CD17: hue angle of 89.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73CD17 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 23 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.20 |
| HSL | 89.67º | 0.8% | 0.45% | - |
| HSV(B) | 89.67º | 0.89% | 0.8% | - |
| XYZ | 29.06 | 47.37 | 8.42 | - |
| YUV | 157.34 | 52.18 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 23 | 0.44 | 0 | 0.89 | 0.20 | 89.67 | 0.8 | 0.45 |
| Hex | 73 | CD | 17 | 2C | 0 | 59 | 14 | 5A | 50 | 2D |
| Octal | 163 | 315 | 27 | 54 | 0 | 131 | 24 | 132 | 120 | 55 |
| Binary | 1110011 | 11001101 | 10111 | 101100 | 0 | 1011001 | 10100 | 1011010 | 1010000 | 101101 |
Color Harmonies of #73CD17
Complementary color
Monochromatic Colors of #73CD17
Black with #73CD17
Text Example
Text Example
White with #73CD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD17; }
p { color: rgb(115,205,23); }
H1.HeaderClassName
{
color: #73CD17;
}
.AnyTagClassName
{
color: #73CD17;
}
</style>
background-color css
<style>
a { background-color: #73CD17; }
a { background-color: rgb(115,205,23); }
div.DivClassName
{
background-color: #73CD17;
}
.BgClassName
{
background-color: #73CD17;
}
</style>
border-color css
<style>
span { border-color: #73CD17; }
span { border-color: rgb(115,205,23); }
td.TdClassName
{
border-color: #73CD17;
}
.TagClassName
{
border-color: #73CD17;
}
</style>