Shades of Lima #73BA33
Tints of Lima #73BA33
RGB
CMYK
RGB Variations
Color information
#73BA33 (or 0x73BA33) is known color: Lima. HEX triplet: 73, BA and 33. RGB value is (115,186,51). Sum of RGB (Red+Green+Blue) = 115+186+51=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA33 is #8C45CC. Grayscale: #959595. Windows color (decimal): -9192909 or 3390067. OLE color: 3390067.
HSL color Cylindrical-coordinate representation of color #73BA33: hue angle of 91.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73BA33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.27 |
| HSL | 91.56º | 0.57% | 0.46% | - |
| HSV(B) | 91.56º | 0.73% | 0.73% | - |
| XYZ | 25.23 | 39 | 9.33 | - |
| YUV | 149.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 51 | 0.38 | 0 | 0.73 | 0.27 | 91.56 | 0.57 | 0.46 |
| Hex | 73 | BA | 33 | 26 | 0 | 49 | 1B | 5C | 39 | 2E |
| Octal | 163 | 272 | 63 | 46 | 0 | 111 | 33 | 134 | 71 | 56 |
| Binary | 1110011 | 10111010 | 110011 | 100110 | 0 | 1001001 | 11011 | 1011100 | 111001 | 101110 |
Color Harmonies of #73BA33
Complementary color
Monochromatic Colors of #73BA33
Black with #73BA33
Text Example
Text Example
White with #73BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA33; }
p { color: rgb(115,186,51); }
H1.HeaderClassName
{
color: #73BA33;
}
.AnyTagClassName
{
color: #73BA33;
}
</style>
background-color css
<style>
a { background-color: #73BA33; }
a { background-color: rgb(115,186,51); }
div.DivClassName
{
background-color: #73BA33;
}
.BgClassName
{
background-color: #73BA33;
}
</style>
border-color css
<style>
span { border-color: #73BA33; }
span { border-color: rgb(115,186,51); }
td.TdClassName
{
border-color: #73BA33;
}
.TagClassName
{
border-color: #73BA33;
}
</style>