Shades of Lima #72B732
Tints of Lima #72B732
RGB
CMYK
RGB Variations
Color information
#72B732 (or 0x72B732) is known color: Lima. HEX triplet: 72, B7 and 32. RGB value is (114,183,50). Sum of RGB (Red+Green+Blue) = 114+183+50=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #72B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B732 is #8D48CD. Grayscale: #939393. Windows color (decimal): -9259214 or 3323762. OLE color: 3323762.
HSL color Cylindrical-coordinate representation of color #72B732: hue angle of 91.13º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72B732 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 50 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.28 |
| HSL | 91.13º | 0.57% | 0.46% | - |
| HSV(B) | 91.13º | 0.73% | 0.72% | - |
| XYZ | 24.45 | 37.67 | 9 | - |
| YUV | 147.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 50 | 0.38 | 0 | 0.73 | 0.28 | 91.13 | 0.57 | 0.46 |
| Hex | 72 | B7 | 32 | 26 | 0 | 49 | 1C | 5B | 39 | 2E |
| Octal | 162 | 267 | 62 | 46 | 0 | 111 | 34 | 133 | 71 | 56 |
| Binary | 1110010 | 10110111 | 110010 | 100110 | 0 | 1001001 | 11100 | 1011011 | 111001 | 101110 |
Color Harmonies of #72B732
Complementary color
Monochromatic Colors of #72B732
Black with #72B732
Text Example
Text Example
White with #72B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B732; }
p { color: rgb(114,183,50); }
H1.HeaderClassName
{
color: #72B732;
}
.AnyTagClassName
{
color: #72B732;
}
</style>
background-color css
<style>
a { background-color: #72B732; }
a { background-color: rgb(114,183,50); }
div.DivClassName
{
background-color: #72B732;
}
.BgClassName
{
background-color: #72B732;
}
</style>
border-color css
<style>
span { border-color: #72B732; }
span { border-color: rgb(114,183,50); }
td.TdClassName
{
border-color: #72B732;
}
.TagClassName
{
border-color: #72B732;
}
</style>