Shades of Lima #73B42B
Tints of Lima #73B42B
RGB
CMYK
RGB Variations
Color information
#73B42B (or 0x73B42B) is known color: Lima. HEX triplet: 73, B4 and 2B. RGB value is (115,180,43). Sum of RGB (Red+Green+Blue) = 115+180+43=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #73B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B42B is #8C4BD4. Grayscale: #919191. Windows color (decimal): -9194453 or 2864243. OLE color: 2864243.
HSL color Cylindrical-coordinate representation of color #73B42B: hue angle of 88.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73B42B is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 43 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.29 |
| HSL | 88.47º | 0.61% | 0.44% | - |
| HSV(B) | 88.47º | 0.76% | 0.71% | - |
| XYZ | 23.83 | 36.46 | 8.07 | - |
| YUV | 144.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 43 | 0.36 | 0 | 0.76 | 0.29 | 88.47 | 0.61 | 0.44 |
| Hex | 73 | B4 | 2B | 24 | 0 | 4C | 1D | 58 | 3D | 2C |
| Octal | 163 | 264 | 53 | 44 | 0 | 114 | 35 | 130 | 75 | 54 |
| Binary | 1110011 | 10110100 | 101011 | 100100 | 0 | 1001100 | 11101 | 1011000 | 111101 | 101100 |
Color Harmonies of #73B42B
Complementary color
Monochromatic Colors of #73B42B
Black with #73B42B
Text Example
Text Example
White with #73B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B42B; }
p { color: rgb(115,180,43); }
H1.HeaderClassName
{
color: #73B42B;
}
.AnyTagClassName
{
color: #73B42B;
}
</style>
background-color css
<style>
a { background-color: #73B42B; }
a { background-color: rgb(115,180,43); }
div.DivClassName
{
background-color: #73B42B;
}
.BgClassName
{
background-color: #73B42B;
}
</style>
border-color css
<style>
span { border-color: #73B42B; }
span { border-color: rgb(115,180,43); }
td.TdClassName
{
border-color: #73B42B;
}
.TagClassName
{
border-color: #73B42B;
}
</style>