Shades of Lima #73AF26
Tints of Lima #73AF26
RGB
CMYK
RGB Variations
Color information
#73AF26 (or 0x73AF26) is known color: Lima. HEX triplet: 73, AF and 26. RGB value is (115,175,38). Sum of RGB (Red+Green+Blue) = 115+175+38=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF26 is #8C50D9. Grayscale: #8D8D8D. Windows color (decimal): -9195738 or 2535283. OLE color: 2535283.
HSL color Cylindrical-coordinate representation of color #73AF26: hue angle of 86.28º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73AF26 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 38 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.31 |
| HSL | 86.28º | 0.64% | 0.42% | - |
| HSV(B) | 86.28º | 0.78% | 0.69% | - |
| XYZ | 22.75 | 34.44 | 7.28 | - |
| YUV | 141.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 38 | 0.34 | 0 | 0.78 | 0.31 | 86.28 | 0.64 | 0.42 |
| Hex | 73 | AF | 26 | 22 | 0 | 4E | 1F | 56 | 40 | 2A |
| Octal | 163 | 257 | 46 | 42 | 0 | 116 | 37 | 126 | 100 | 52 |
| Binary | 1110011 | 10101111 | 100110 | 100010 | 0 | 1001110 | 11111 | 1010110 | 1000000 | 101010 |
Color Harmonies of #73AF26
Complementary color
Monochromatic Colors of #73AF26
Black with #73AF26
Text Example
Text Example
White with #73AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF26; }
p { color: rgb(115,175,38); }
H1.HeaderClassName
{
color: #73AF26;
}
.AnyTagClassName
{
color: #73AF26;
}
</style>
background-color css
<style>
a { background-color: #73AF26; }
a { background-color: rgb(115,175,38); }
div.DivClassName
{
background-color: #73AF26;
}
.BgClassName
{
background-color: #73AF26;
}
</style>
border-color css
<style>
span { border-color: #73AF26; }
span { border-color: rgb(115,175,38); }
td.TdClassName
{
border-color: #73AF26;
}
.TagClassName
{
border-color: #73AF26;
}
</style>