Shades of Lima #73C531
Tints of Lima #73C531
RGB
CMYK
RGB Variations
Color information
#73C531 (or 0x73C531) is known color: Lima. HEX triplet: 73, C5 and 31. RGB value is (115,197,49). Sum of RGB (Red+Green+Blue) = 115+197+49=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #73C531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C531 is #8C3ACE. Grayscale: #9C9C9C. Windows color (decimal): -9190095 or 3261811. OLE color: 3261811.
HSL color Cylindrical-coordinate representation of color #73C531: hue angle of 93.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73C531 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 49 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.23 |
| HSL | 93.24º | 0.6% | 0.48% | - |
| HSV(B) | 93.24º | 0.75% | 0.77% | - |
| XYZ | 27.59 | 43.8 | 9.91 | - |
| YUV | 155.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 49 | 0.42 | 0 | 0.75 | 0.23 | 93.24 | 0.6 | 0.48 |
| Hex | 73 | C5 | 31 | 2A | 0 | 4B | 17 | 5D | 3C | 30 |
| Octal | 163 | 305 | 61 | 52 | 0 | 113 | 27 | 135 | 74 | 60 |
| Binary | 1110011 | 11000101 | 110001 | 101010 | 0 | 1001011 | 10111 | 1011101 | 111100 | 110000 |
Color Harmonies of #73C531
Complementary color
Monochromatic Colors of #73C531
Black with #73C531
Text Example
Text Example
White with #73C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C531; }
p { color: rgb(115,197,49); }
H1.HeaderClassName
{
color: #73C531;
}
.AnyTagClassName
{
color: #73C531;
}
</style>
background-color css
<style>
a { background-color: #73C531; }
a { background-color: rgb(115,197,49); }
div.DivClassName
{
background-color: #73C531;
}
.BgClassName
{
background-color: #73C531;
}
</style>
border-color css
<style>
span { border-color: #73C531; }
span { border-color: rgb(115,197,49); }
td.TdClassName
{
border-color: #73C531;
}
.TagClassName
{
border-color: #73C531;
}
</style>