Shades of Lima #73C524
Tints of Lima #73C524
RGB
CMYK
RGB Variations
Color information
#73C524 (or 0x73C524) is known color: Lima. HEX triplet: 73, C5 and 24. RGB value is (115,197,36). Sum of RGB (Red+Green+Blue) = 115+197+36=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #73C524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C524 is #8C3ADB. Grayscale: #9A9A9A. Windows color (decimal): -9190108 or 2409843. OLE color: 2409843.
HSL color Cylindrical-coordinate representation of color #73C524: hue angle of 90.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73C524 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 36 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.23 |
| HSL | 90.56º | 0.69% | 0.46% | - |
| HSV(B) | 90.56º | 0.82% | 0.77% | - |
| XYZ | 27.35 | 43.7 | 8.66 | - |
| YUV | 154.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 36 | 0.42 | 0 | 0.82 | 0.23 | 90.56 | 0.69 | 0.46 |
| Hex | 73 | C5 | 24 | 2A | 0 | 52 | 17 | 5B | 45 | 2E |
| Octal | 163 | 305 | 44 | 52 | 0 | 122 | 27 | 133 | 105 | 56 |
| Binary | 1110011 | 11000101 | 100100 | 101010 | 0 | 1010010 | 10111 | 1011011 | 1000101 | 101110 |
Color Harmonies of #73C524
Complementary color
Monochromatic Colors of #73C524
Black with #73C524
Text Example
Text Example
White with #73C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C524; }
p { color: rgb(115,197,36); }
H1.HeaderClassName
{
color: #73C524;
}
.AnyTagClassName
{
color: #73C524;
}
</style>
background-color css
<style>
a { background-color: #73C524; }
a { background-color: rgb(115,197,36); }
div.DivClassName
{
background-color: #73C524;
}
.BgClassName
{
background-color: #73C524;
}
</style>
border-color css
<style>
span { border-color: #73C524; }
span { border-color: rgb(115,197,36); }
td.TdClassName
{
border-color: #73C524;
}
.TagClassName
{
border-color: #73C524;
}
</style>