Shades of Lima #73CB19
Tints of Lima #73CB19
RGB
CMYK
RGB Variations
Color information
#73CB19 (or 0x73CB19) is known color: Lima. HEX triplet: 73, CB and 19. RGB value is (115,203,25). Sum of RGB (Red+Green+Blue) = 115+203+25=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CB19 is #8C34E6. Grayscale: #9D9D9D. Windows color (decimal): -9188583 or 1690483. OLE color: 1690483.
HSL color Cylindrical-coordinate representation of color #73CB19: hue angle of 89.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73CB19 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 25 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.20 |
| HSL | 89.66º | 0.78% | 0.45% | - |
| HSV(B) | 89.66º | 0.88% | 0.8% | - |
| XYZ | 28.6 | 46.43 | 8.37 | - |
| YUV | 156.4 | 53.85 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 25 | 0.43 | 0 | 0.88 | 0.20 | 89.66 | 0.78 | 0.45 |
| Hex | 73 | CB | 19 | 2B | 0 | 58 | 14 | 5A | 4E | 2D |
| Octal | 163 | 313 | 31 | 53 | 0 | 130 | 24 | 132 | 116 | 55 |
| Binary | 1110011 | 11001011 | 11001 | 101011 | 0 | 1011000 | 10100 | 1011010 | 1001110 | 101101 |
Color Harmonies of #73CB19
Complementary color
Monochromatic Colors of #73CB19
Black with #73CB19
Text Example
Text Example
White with #73CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB19; }
p { color: rgb(115,203,25); }
H1.HeaderClassName
{
color: #73CB19;
}
.AnyTagClassName
{
color: #73CB19;
}
</style>
background-color css
<style>
a { background-color: #73CB19; }
a { background-color: rgb(115,203,25); }
div.DivClassName
{
background-color: #73CB19;
}
.BgClassName
{
background-color: #73CB19;
}
</style>
border-color css
<style>
span { border-color: #73CB19; }
span { border-color: rgb(115,203,25); }
td.TdClassName
{
border-color: #73CB19;
}
.TagClassName
{
border-color: #73CB19;
}
</style>