Shades of Lima #73C331
Tints of Lima #73C331
RGB
CMYK
RGB Variations
Color information
#73C331 (or 0x73C331) is known color: Lima. HEX triplet: 73, C3 and 31. RGB value is (115,195,49). Sum of RGB (Red+Green+Blue) = 115+195+49=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #73C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C331 is #8C3CCE. Grayscale: #9A9A9A. Windows color (decimal): -9190607 or 3261299. OLE color: 3261299.
HSL color Cylindrical-coordinate representation of color #73C331: hue angle of 92.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73C331 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 49 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.24 |
| HSL | 92.88º | 0.6% | 0.48% | - |
| HSV(B) | 92.88º | 0.75% | 0.76% | - |
| XYZ | 27.14 | 42.9 | 9.76 | - |
| YUV | 154.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 49 | 0.41 | 0 | 0.75 | 0.24 | 92.88 | 0.6 | 0.48 |
| Hex | 73 | C3 | 31 | 29 | 0 | 4B | 18 | 5D | 3C | 30 |
| Octal | 163 | 303 | 61 | 51 | 0 | 113 | 30 | 135 | 74 | 60 |
| Binary | 1110011 | 11000011 | 110001 | 101001 | 0 | 1001011 | 11000 | 1011101 | 111100 | 110000 |
Color Harmonies of #73C331
Complementary color
Monochromatic Colors of #73C331
Black with #73C331
Text Example
Text Example
White with #73C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C331; }
p { color: rgb(115,195,49); }
H1.HeaderClassName
{
color: #73C331;
}
.AnyTagClassName
{
color: #73C331;
}
</style>
background-color css
<style>
a { background-color: #73C331; }
a { background-color: rgb(115,195,49); }
div.DivClassName
{
background-color: #73C331;
}
.BgClassName
{
background-color: #73C331;
}
</style>
border-color css
<style>
span { border-color: #73C331; }
span { border-color: rgb(115,195,49); }
td.TdClassName
{
border-color: #73C331;
}
.TagClassName
{
border-color: #73C331;
}
</style>