Shades of Lima #73B82D
Tints of Lima #73B82D
RGB
CMYK
RGB Variations
Color information
#73B82D (or 0x73B82D) is known color: Lima. HEX triplet: 73, B8 and 2D. RGB value is (115,184,45). Sum of RGB (Red+Green+Blue) = 115+184+45=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #73B82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B82D is #8C47D2. Grayscale: #949494. Windows color (decimal): -9193427 or 2996339. OLE color: 2996339.
HSL color Cylindrical-coordinate representation of color #73B82D: hue angle of 89.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73B82D is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 45 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.28 |
| HSL | 89.78º | 0.61% | 0.45% | - |
| HSV(B) | 89.78º | 0.76% | 0.72% | - |
| XYZ | 24.68 | 38.12 | 8.54 | - |
| YUV | 147.52 | 70.14 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 45 | 0.38 | 0 | 0.76 | 0.28 | 89.78 | 0.61 | 0.45 |
| Hex | 73 | B8 | 2D | 26 | 0 | 4C | 1C | 5A | 3D | 2D |
| Octal | 163 | 270 | 55 | 46 | 0 | 114 | 34 | 132 | 75 | 55 |
| Binary | 1110011 | 10111000 | 101101 | 100110 | 0 | 1001100 | 11100 | 1011010 | 111101 | 101101 |
Color Harmonies of #73B82D
Complementary color
Monochromatic Colors of #73B82D
Black with #73B82D
Text Example
Text Example
White with #73B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B82D; }
p { color: rgb(115,184,45); }
H1.HeaderClassName
{
color: #73B82D;
}
.AnyTagClassName
{
color: #73B82D;
}
</style>
background-color css
<style>
a { background-color: #73B82D; }
a { background-color: rgb(115,184,45); }
div.DivClassName
{
background-color: #73B82D;
}
.BgClassName
{
background-color: #73B82D;
}
</style>
border-color css
<style>
span { border-color: #73B82D; }
span { border-color: rgb(115,184,45); }
td.TdClassName
{
border-color: #73B82D;
}
.TagClassName
{
border-color: #73B82D;
}
</style>