Shades of Lima #73C522
Tints of Lima #73C522
RGB
CMYK
RGB Variations
Color information
#73C522 (or 0x73C522) is known color: Lima. HEX triplet: 73, C5 and 22. RGB value is (115,197,34). Sum of RGB (Red+Green+Blue) = 115+197+34=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #73C522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C522 is #8C3ADD. Grayscale: #9A9A9A. Windows color (decimal): -9190110 or 2278771. OLE color: 2278771.
HSL color Cylindrical-coordinate representation of color #73C522: hue angle of 90.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73C522 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 34 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.23 |
| HSL | 90.18º | 0.71% | 0.45% | - |
| HSV(B) | 90.18º | 0.83% | 0.77% | - |
| XYZ | 27.33 | 43.69 | 8.51 | - |
| YUV | 153.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 34 | 0.42 | 0 | 0.83 | 0.23 | 90.18 | 0.71 | 0.45 |
| Hex | 73 | C5 | 22 | 2A | 0 | 53 | 17 | 5A | 47 | 2D |
| Octal | 163 | 305 | 42 | 52 | 0 | 123 | 27 | 132 | 107 | 55 |
| Binary | 1110011 | 11000101 | 100010 | 101010 | 0 | 1010011 | 10111 | 1011010 | 1000111 | 101101 |
Color Harmonies of #73C522
Complementary color
Monochromatic Colors of #73C522
Black with #73C522
Text Example
Text Example
White with #73C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C522; }
p { color: rgb(115,197,34); }
H1.HeaderClassName
{
color: #73C522;
}
.AnyTagClassName
{
color: #73C522;
}
</style>
background-color css
<style>
a { background-color: #73C522; }
a { background-color: rgb(115,197,34); }
div.DivClassName
{
background-color: #73C522;
}
.BgClassName
{
background-color: #73C522;
}
</style>
border-color css
<style>
span { border-color: #73C522; }
span { border-color: rgb(115,197,34); }
td.TdClassName
{
border-color: #73C522;
}
.TagClassName
{
border-color: #73C522;
}
</style>