Shades of Lima #73C321
Tints of Lima #73C321
RGB
CMYK
RGB Variations
Color information
#73C321 (or 0x73C321) is known color: Lima. HEX triplet: 73, C3 and 21. RGB value is (115,195,33). Sum of RGB (Red+Green+Blue) = 115+195+33=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #73C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C321 is #8C3CDE. Grayscale: #999999. Windows color (decimal): -9190623 or 2212723. OLE color: 2212723.
HSL color Cylindrical-coordinate representation of color #73C321: hue angle of 89.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73C321 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 33 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.24 |
| HSL | 89.63º | 0.71% | 0.45% | - |
| HSV(B) | 89.63º | 0.83% | 0.76% | - |
| XYZ | 26.86 | 42.78 | 8.28 | - |
| YUV | 152.61 | 60.5 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 33 | 0.41 | 0 | 0.83 | 0.24 | 89.63 | 0.71 | 0.45 |
| Hex | 73 | C3 | 21 | 29 | 0 | 53 | 18 | 5A | 47 | 2D |
| Octal | 163 | 303 | 41 | 51 | 0 | 123 | 30 | 132 | 107 | 55 |
| Binary | 1110011 | 11000011 | 100001 | 101001 | 0 | 1010011 | 11000 | 1011010 | 1000111 | 101101 |
Color Harmonies of #73C321
Complementary color
Monochromatic Colors of #73C321
Black with #73C321
Text Example
Text Example
White with #73C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C321; }
p { color: rgb(115,195,33); }
H1.HeaderClassName
{
color: #73C321;
}
.AnyTagClassName
{
color: #73C321;
}
</style>
background-color css
<style>
a { background-color: #73C321; }
a { background-color: rgb(115,195,33); }
div.DivClassName
{
background-color: #73C321;
}
.BgClassName
{
background-color: #73C321;
}
</style>
border-color css
<style>
span { border-color: #73C321; }
span { border-color: rgb(115,195,33); }
td.TdClassName
{
border-color: #73C321;
}
.TagClassName
{
border-color: #73C321;
}
</style>