Shades of Lima #73AB2F
Tints of Lima #73AB2F
RGB
CMYK
RGB Variations
Color information
#73AB2F (or 0x73AB2F) is known color: Lima. HEX triplet: 73, AB and 2F. RGB value is (115,171,47). Sum of RGB (Red+Green+Blue) = 115+171+47=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB2F is #8C54D0. Grayscale: #8C8C8C. Windows color (decimal): -9196753 or 3124083. OLE color: 3124083.
HSL color Cylindrical-coordinate representation of color #73AB2F: hue angle of 87.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73AB2F is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 47 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.33 |
| HSL | 87.1º | 0.57% | 0.43% | - |
| HSV(B) | 87.1º | 0.73% | 0.67% | - |
| XYZ | 22.15 | 32.98 | 7.89 | - |
| YUV | 140.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 47 | 0.33 | 0 | 0.73 | 0.33 | 87.1 | 0.57 | 0.43 |
| Hex | 73 | AB | 2F | 21 | 0 | 49 | 21 | 57 | 39 | 2B |
| Octal | 163 | 253 | 57 | 41 | 0 | 111 | 41 | 127 | 71 | 53 |
| Binary | 1110011 | 10101011 | 101111 | 100001 | 0 | 1001001 | 100001 | 1010111 | 111001 | 101011 |
Color Harmonies of #73AB2F
Complementary color
Monochromatic Colors of #73AB2F
Black with #73AB2F
Text Example
Text Example
White with #73AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB2F; }
p { color: rgb(115,171,47); }
H1.HeaderClassName
{
color: #73AB2F;
}
.AnyTagClassName
{
color: #73AB2F;
}
</style>
background-color css
<style>
a { background-color: #73AB2F; }
a { background-color: rgb(115,171,47); }
div.DivClassName
{
background-color: #73AB2F;
}
.BgClassName
{
background-color: #73AB2F;
}
</style>
border-color css
<style>
span { border-color: #73AB2F; }
span { border-color: rgb(115,171,47); }
td.TdClassName
{
border-color: #73AB2F;
}
.TagClassName
{
border-color: #73AB2F;
}
</style>