Shades of Lima #73C032
Tints of Lima #73C032
RGB
CMYK
RGB Variations
Color information
#73C032 (or 0x73C032) is known color: Lima. HEX triplet: 73, C0 and 32. RGB value is (115,192,50). Sum of RGB (Red+Green+Blue) = 115+192+50=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #73C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C032 is #8C3FCD. Grayscale: #999999. Windows color (decimal): -9191374 or 3326067. OLE color: 3326067.
HSL color Cylindrical-coordinate representation of color #73C032: hue angle of 92.54º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73C032 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 50 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.25 |
| HSL | 92.54º | 0.59% | 0.47% | - |
| HSV(B) | 92.54º | 0.74% | 0.75% | - |
| XYZ | 26.5 | 41.57 | 9.65 | - |
| YUV | 152.79 | 69.99 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 50 | 0.40 | 0 | 0.74 | 0.25 | 92.54 | 0.59 | 0.47 |
| Hex | 73 | C0 | 32 | 28 | 0 | 4A | 19 | 5D | 3B | 2F |
| Octal | 163 | 300 | 62 | 50 | 0 | 112 | 31 | 135 | 73 | 57 |
| Binary | 1110011 | 11000000 | 110010 | 101000 | 0 | 1001010 | 11001 | 1011101 | 111011 | 101111 |
Color Harmonies of #73C032
Complementary color
Monochromatic Colors of #73C032
Black with #73C032
Text Example
Text Example
White with #73C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C032; }
p { color: rgb(115,192,50); }
H1.HeaderClassName
{
color: #73C032;
}
.AnyTagClassName
{
color: #73C032;
}
</style>
background-color css
<style>
a { background-color: #73C032; }
a { background-color: rgb(115,192,50); }
div.DivClassName
{
background-color: #73C032;
}
.BgClassName
{
background-color: #73C032;
}
</style>
border-color css
<style>
span { border-color: #73C032; }
span { border-color: rgb(115,192,50); }
td.TdClassName
{
border-color: #73C032;
}
.TagClassName
{
border-color: #73C032;
}
</style>