Shades of Lima #73CB16
Tints of Lima #73CB16
RGB
CMYK
RGB Variations
Color information
#73CB16 (or 0x73CB16) is known color: Lima. HEX triplet: 73, CB and 16. RGB value is (115,203,22). Sum of RGB (Red+Green+Blue) = 115+203+22=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CB16 is #8C34E9. Grayscale: #9C9C9C. Windows color (decimal): -9188586 or 1493875. OLE color: 1493875.
HSL color Cylindrical-coordinate representation of color #73CB16: hue angle of 89.17º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73CB16 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 22 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.20 |
| HSL | 89.17º | 0.8% | 0.44% | - |
| HSV(B) | 89.17º | 0.89% | 0.8% | - |
| XYZ | 28.57 | 46.41 | 8.21 | - |
| YUV | 156.05 | 52.35 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 22 | 0.43 | 0 | 0.89 | 0.20 | 89.17 | 0.8 | 0.44 |
| Hex | 73 | CB | 16 | 2B | 0 | 59 | 14 | 59 | 50 | 2C |
| Octal | 163 | 313 | 26 | 53 | 0 | 131 | 24 | 131 | 120 | 54 |
| Binary | 1110011 | 11001011 | 10110 | 101011 | 0 | 1011001 | 10100 | 1011001 | 1010000 | 101100 |
Color Harmonies of #73CB16
Complementary color
Monochromatic Colors of #73CB16
Black with #73CB16
Text Example
Text Example
White with #73CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB16; }
p { color: rgb(115,203,22); }
H1.HeaderClassName
{
color: #73CB16;
}
.AnyTagClassName
{
color: #73CB16;
}
</style>
background-color css
<style>
a { background-color: #73CB16; }
a { background-color: rgb(115,203,22); }
div.DivClassName
{
background-color: #73CB16;
}
.BgClassName
{
background-color: #73CB16;
}
</style>
border-color css
<style>
span { border-color: #73CB16; }
span { border-color: rgb(115,203,22); }
td.TdClassName
{
border-color: #73CB16;
}
.TagClassName
{
border-color: #73CB16;
}
</style>