Shades of Lima #73B430
Tints of Lima #73B430
RGB
CMYK
RGB Variations
Color information
#73B430 (or 0x73B430) is known color: Lima. HEX triplet: 73, B4 and 30. RGB value is (115,180,48). Sum of RGB (Red+Green+Blue) = 115+180+48=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #73B430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B430 is #8C4BCF. Grayscale: #919191. Windows color (decimal): -9194448 or 3191923. OLE color: 3191923.
HSL color Cylindrical-coordinate representation of color #73B430: hue angle of 89.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73B430 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 48 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.29 |
| HSL | 89.55º | 0.58% | 0.45% | - |
| HSV(B) | 89.55º | 0.73% | 0.71% | - |
| XYZ | 23.92 | 36.5 | 8.58 | - |
| YUV | 145.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 48 | 0.36 | 0 | 0.73 | 0.29 | 89.55 | 0.58 | 0.45 |
| Hex | 73 | B4 | 30 | 24 | 0 | 49 | 1D | 5A | 3A | 2D |
| Octal | 163 | 264 | 60 | 44 | 0 | 111 | 35 | 132 | 72 | 55 |
| Binary | 1110011 | 10110100 | 110000 | 100100 | 0 | 1001001 | 11101 | 1011010 | 111010 | 101101 |
Color Harmonies of #73B430
Complementary color
Monochromatic Colors of #73B430
Black with #73B430
Text Example
Text Example
White with #73B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B430; }
p { color: rgb(115,180,48); }
H1.HeaderClassName
{
color: #73B430;
}
.AnyTagClassName
{
color: #73B430;
}
</style>
background-color css
<style>
a { background-color: #73B430; }
a { background-color: rgb(115,180,48); }
div.DivClassName
{
background-color: #73B430;
}
.BgClassName
{
background-color: #73B430;
}
</style>
border-color css
<style>
span { border-color: #73B430; }
span { border-color: rgb(115,180,48); }
td.TdClassName
{
border-color: #73B430;
}
.TagClassName
{
border-color: #73B430;
}
</style>