Shades of Lima #73CC19
Tints of Lima #73CC19
RGB
CMYK
RGB Variations
Color information
#73CC19 (or 0x73CC19) is known color: Lima. HEX triplet: 73, CC and 19. RGB value is (115,204,25). Sum of RGB (Red+Green+Blue) = 115+204+25=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CC19 is #8C33E6. Grayscale: #9D9D9D. Windows color (decimal): -9188327 or 1690739. OLE color: 1690739.
HSL color Cylindrical-coordinate representation of color #73CC19: hue angle of 89.83º 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 #73CC19 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.2 |
| HSL | 89.83º | 0.78% | 0.45% | - |
| HSV(B) | 89.83º | 0.88% | 0.8% | - |
| XYZ | 28.84 | 46.9 | 8.45 | - |
| YUV | 156.98 | 53.51 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 25 | 0.44 | 0 | 0.88 | 0.2 | 89.83 | 0.78 | 0.45 |
| Hex | 73 | CC | 19 | 2C | 0 | 58 | 14 | 5A | 4E | 2D |
| Octal | 163 | 314 | 31 | 54 | 0 | 130 | 24 | 132 | 116 | 55 |
| Binary | 1110011 | 11001100 | 11001 | 101100 | 0 | 1011000 | 10100 | 1011010 | 1001110 | 101101 |
Color Harmonies of #73CC19
Complementary color
Monochromatic Colors of #73CC19
Black with #73CC19
Text Example
Text Example
White with #73CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC19; }
p { color: rgb(115,204,25); }
H1.HeaderClassName
{
color: #73CC19;
}
.AnyTagClassName
{
color: #73CC19;
}
</style>
background-color css
<style>
a { background-color: #73CC19; }
a { background-color: rgb(115,204,25); }
div.DivClassName
{
background-color: #73CC19;
}
.BgClassName
{
background-color: #73CC19;
}
</style>
border-color css
<style>
span { border-color: #73CC19; }
span { border-color: rgb(115,204,25); }
td.TdClassName
{
border-color: #73CC19;
}
.TagClassName
{
border-color: #73CC19;
}
</style>