Shades of Lima #73BD32
Tints of Lima #73BD32
RGB
CMYK
RGB Variations
Color information
#73BD32 (or 0x73BD32) is known color: Lima. HEX triplet: 73, BD and 32. RGB value is (115,189,50). Sum of RGB (Red+Green+Blue) = 115+189+50=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD32 is #8C42CD. Grayscale: #979797. Windows color (decimal): -9192142 or 3325299. OLE color: 3325299.
HSL color Cylindrical-coordinate representation of color #73BD32: hue angle of 91.94º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73BD32 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 50 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.26 |
| HSL | 91.94º | 0.58% | 0.47% | - |
| HSV(B) | 91.94º | 0.74% | 0.74% | - |
| XYZ | 25.84 | 40.27 | 9.43 | - |
| YUV | 151.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 50 | 0.39 | 0 | 0.74 | 0.26 | 91.94 | 0.58 | 0.47 |
| Hex | 73 | BD | 32 | 27 | 0 | 4A | 1A | 5C | 3A | 2F |
| Octal | 163 | 275 | 62 | 47 | 0 | 112 | 32 | 134 | 72 | 57 |
| Binary | 1110011 | 10111101 | 110010 | 100111 | 0 | 1001010 | 11010 | 1011100 | 111010 | 101111 |
Color Harmonies of #73BD32
Complementary color
Monochromatic Colors of #73BD32
Black with #73BD32
Text Example
Text Example
White with #73BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD32; }
p { color: rgb(115,189,50); }
H1.HeaderClassName
{
color: #73BD32;
}
.AnyTagClassName
{
color: #73BD32;
}
</style>
background-color css
<style>
a { background-color: #73BD32; }
a { background-color: rgb(115,189,50); }
div.DivClassName
{
background-color: #73BD32;
}
.BgClassName
{
background-color: #73BD32;
}
</style>
border-color css
<style>
span { border-color: #73BD32; }
span { border-color: rgb(115,189,50); }
td.TdClassName
{
border-color: #73BD32;
}
.TagClassName
{
border-color: #73BD32;
}
</style>