Shades of Lima #73C51A
Tints of Lima #73C51A
RGB
CMYK
RGB Variations
Color information
#73C51A (or 0x73C51A) is known color: Lima. HEX triplet: 73, C5 and 1A. RGB value is (115,197,26). Sum of RGB (Red+Green+Blue) = 115+197+26=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #73C51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C51A is #8C3AE5. Grayscale: #999999. Windows color (decimal): -9190118 or 1754483. OLE color: 1754483.
HSL color Cylindrical-coordinate representation of color #73C51A: hue angle of 88.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73C51A is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 26 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.23 |
| HSL | 88.77º | 0.77% | 0.44% | - |
| HSV(B) | 88.77º | 0.87% | 0.77% | - |
| XYZ | 27.22 | 43.65 | 7.97 | - |
| YUV | 152.99 | 56.33 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 26 | 0.42 | 0 | 0.87 | 0.23 | 88.77 | 0.77 | 0.44 |
| Hex | 73 | C5 | 1A | 2A | 0 | 57 | 17 | 59 | 4D | 2C |
| Octal | 163 | 305 | 32 | 52 | 0 | 127 | 27 | 131 | 115 | 54 |
| Binary | 1110011 | 11000101 | 11010 | 101010 | 0 | 1010111 | 10111 | 1011001 | 1001101 | 101100 |
Color Harmonies of #73C51A
Complementary color
Monochromatic Colors of #73C51A
Black with #73C51A
Text Example
Text Example
White with #73C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C51A; }
p { color: rgb(115,197,26); }
H1.HeaderClassName
{
color: #73C51A;
}
.AnyTagClassName
{
color: #73C51A;
}
</style>
background-color css
<style>
a { background-color: #73C51A; }
a { background-color: rgb(115,197,26); }
div.DivClassName
{
background-color: #73C51A;
}
.BgClassName
{
background-color: #73C51A;
}
</style>
border-color css
<style>
span { border-color: #73C51A; }
span { border-color: rgb(115,197,26); }
td.TdClassName
{
border-color: #73C51A;
}
.TagClassName
{
border-color: #73C51A;
}
</style>