Shades of Lima #73BD26
Tints of Lima #73BD26
RGB
CMYK
RGB Variations
Color information
#73BD26 (or 0x73BD26) is known color: Lima. HEX triplet: 73, BD and 26. RGB value is (115,189,38). Sum of RGB (Red+Green+Blue) = 115+189+38=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD26 is #8C42D9. Grayscale: #969696. Windows color (decimal): -9192154 or 2538867. OLE color: 2538867.
HSL color Cylindrical-coordinate representation of color #73BD26: hue angle of 89.4º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73BD26 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 38 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.26 |
| HSL | 89.4º | 0.67% | 0.45% | - |
| HSV(B) | 89.4º | 0.8% | 0.74% | - |
| XYZ | 25.62 | 40.18 | 8.24 | - |
| YUV | 149.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 38 | 0.39 | 0 | 0.80 | 0.26 | 89.4 | 0.67 | 0.45 |
| Hex | 73 | BD | 26 | 27 | 0 | 50 | 1A | 59 | 43 | 2D |
| Octal | 163 | 275 | 46 | 47 | 0 | 120 | 32 | 131 | 103 | 55 |
| Binary | 1110011 | 10111101 | 100110 | 100111 | 0 | 1010000 | 11010 | 1011001 | 1000011 | 101101 |
Color Harmonies of #73BD26
Complementary color
Monochromatic Colors of #73BD26
Black with #73BD26
Text Example
Text Example
White with #73BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD26; }
p { color: rgb(115,189,38); }
H1.HeaderClassName
{
color: #73BD26;
}
.AnyTagClassName
{
color: #73BD26;
}
</style>
background-color css
<style>
a { background-color: #73BD26; }
a { background-color: rgb(115,189,38); }
div.DivClassName
{
background-color: #73BD26;
}
.BgClassName
{
background-color: #73BD26;
}
</style>
border-color css
<style>
span { border-color: #73BD26; }
span { border-color: rgb(115,189,38); }
td.TdClassName
{
border-color: #73BD26;
}
.TagClassName
{
border-color: #73BD26;
}
</style>