Shades of Lima #73C621
Tints of Lima #73C621
RGB
CMYK
RGB Variations
Color information
#73C621 (or 0x73C621) is known color: Lima. HEX triplet: 73, C6 and 21. RGB value is (115,198,33). Sum of RGB (Red+Green+Blue) = 115+198+33=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #73C621 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C621 is #8C39DE. Grayscale: #9A9A9A. Windows color (decimal): -9189855 or 2213491. OLE color: 2213491.
HSL color Cylindrical-coordinate representation of color #73C621: hue angle of 90.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73C621 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 33 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.22 |
| HSL | 90.18º | 0.71% | 0.45% | - |
| HSV(B) | 90.18º | 0.83% | 0.78% | - |
| XYZ | 27.54 | 44.14 | 8.51 | - |
| YUV | 154.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 33 | 0.42 | 0 | 0.83 | 0.22 | 90.18 | 0.71 | 0.45 |
| Hex | 73 | C6 | 21 | 2A | 0 | 53 | 16 | 5A | 47 | 2D |
| Octal | 163 | 306 | 41 | 52 | 0 | 123 | 26 | 132 | 107 | 55 |
| Binary | 1110011 | 11000110 | 100001 | 101010 | 0 | 1010011 | 10110 | 1011010 | 1000111 | 101101 |
Color Harmonies of #73C621
Complementary color
Monochromatic Colors of #73C621
Black with #73C621
Text Example
Text Example
White with #73C621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C621; }
p { color: rgb(115,198,33); }
H1.HeaderClassName
{
color: #73C621;
}
.AnyTagClassName
{
color: #73C621;
}
</style>
background-color css
<style>
a { background-color: #73C621; }
a { background-color: rgb(115,198,33); }
div.DivClassName
{
background-color: #73C621;
}
.BgClassName
{
background-color: #73C621;
}
</style>
border-color css
<style>
span { border-color: #73C621; }
span { border-color: rgb(115,198,33); }
td.TdClassName
{
border-color: #73C621;
}
.TagClassName
{
border-color: #73C621;
}
</style>