Shades of Lima #73D311
Tints of Lima #73D311
RGB
CMYK
RGB Variations
Color information
#73D311 (or 0x73D311) is known color: Lima. HEX triplet: 73, D3 and 11. RGB value is (115,211,17). Sum of RGB (Red+Green+Blue) = 115+211+17=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #73D311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D311 is #8C2CEE. Grayscale: #A0A0A0. Windows color (decimal): -9186543 or 1168243. OLE color: 1168243.
HSL color Cylindrical-coordinate representation of color #73D311: hue angle of 89.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73D311 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 17 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.17 |
| HSL | 89.69º | 0.85% | 0.45% | - |
| HSV(B) | 89.69º | 0.92% | 0.83% | - |
| XYZ | 30.47 | 50.27 | 8.63 | - |
| YUV | 160.18 | 47.2 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 17 | 0.45 | 0 | 0.92 | 0.17 | 89.69 | 0.85 | 0.45 |
| Hex | 73 | D3 | 11 | 2D | 0 | 5C | 11 | 5A | 55 | 2D |
| Octal | 163 | 323 | 21 | 55 | 0 | 134 | 21 | 132 | 125 | 55 |
| Binary | 1110011 | 11010011 | 10001 | 101101 | 0 | 1011100 | 10001 | 1011010 | 1010101 | 101101 |
Color Harmonies of #73D311
Complementary color
Monochromatic Colors of #73D311
Black with #73D311
Text Example
Text Example
White with #73D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D311; }
p { color: rgb(115,211,17); }
H1.HeaderClassName
{
color: #73D311;
}
.AnyTagClassName
{
color: #73D311;
}
</style>
background-color css
<style>
a { background-color: #73D311; }
a { background-color: rgb(115,211,17); }
div.DivClassName
{
background-color: #73D311;
}
.BgClassName
{
background-color: #73D311;
}
</style>
border-color css
<style>
span { border-color: #73D311; }
span { border-color: rgb(115,211,17); }
td.TdClassName
{
border-color: #73D311;
}
.TagClassName
{
border-color: #73D311;
}
</style>