Shades of Lima #73BA26
Tints of Lima #73BA26
RGB
CMYK
RGB Variations
Color information
#73BA26 (or 0x73BA26) is known color: Lima. HEX triplet: 73, BA and 26. RGB value is (115,186,38). Sum of RGB (Red+Green+Blue) = 115+186+38=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA26 is #8C45D9. Grayscale: #949494. Windows color (decimal): -9192922 or 2538099. OLE color: 2538099.
HSL color Cylindrical-coordinate representation of color #73BA26: hue angle of 88.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73BA26 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 38 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.27 |
| HSL | 88.78º | 0.66% | 0.44% | - |
| HSV(B) | 88.78º | 0.8% | 0.73% | - |
| XYZ | 24.98 | 38.9 | 8.03 | - |
| YUV | 147.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 38 | 0.38 | 0 | 0.80 | 0.27 | 88.78 | 0.66 | 0.44 |
| Hex | 73 | BA | 26 | 26 | 0 | 50 | 1B | 59 | 42 | 2C |
| Octal | 163 | 272 | 46 | 46 | 0 | 120 | 33 | 131 | 102 | 54 |
| Binary | 1110011 | 10111010 | 100110 | 100110 | 0 | 1010000 | 11011 | 1011001 | 1000010 | 101100 |
Color Harmonies of #73BA26
Complementary color
Monochromatic Colors of #73BA26
Black with #73BA26
Text Example
Text Example
White with #73BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA26; }
p { color: rgb(115,186,38); }
H1.HeaderClassName
{
color: #73BA26;
}
.AnyTagClassName
{
color: #73BA26;
}
</style>
background-color css
<style>
a { background-color: #73BA26; }
a { background-color: rgb(115,186,38); }
div.DivClassName
{
background-color: #73BA26;
}
.BgClassName
{
background-color: #73BA26;
}
</style>
border-color css
<style>
span { border-color: #73BA26; }
span { border-color: rgb(115,186,38); }
td.TdClassName
{
border-color: #73BA26;
}
.TagClassName
{
border-color: #73BA26;
}
</style>