Shades of Lima #72AD2B
Tints of Lima #72AD2B
RGB
CMYK
RGB Variations
Color information
#72AD2B (or 0x72AD2B) is known color: Lima. HEX triplet: 72, AD and 2B. RGB value is (114,173,43). Sum of RGB (Red+Green+Blue) = 114+173+43=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD2B is #8D52D4. Grayscale: #8C8C8C. Windows color (decimal): -9261781 or 2862450. OLE color: 2862450.
HSL color Cylindrical-coordinate representation of color #72AD2B: hue angle of 87.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72AD2B is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 43 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.32 |
| HSL | 87.23º | 0.6% | 0.42% | - |
| HSV(B) | 87.23º | 0.75% | 0.68% | - |
| XYZ | 22.32 | 33.64 | 7.6 | - |
| YUV | 140.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 43 | 0.34 | 0 | 0.75 | 0.32 | 87.23 | 0.6 | 0.42 |
| Hex | 72 | AD | 2B | 22 | 0 | 4B | 20 | 57 | 3C | 2A |
| Octal | 162 | 255 | 53 | 42 | 0 | 113 | 40 | 127 | 74 | 52 |
| Binary | 1110010 | 10101101 | 101011 | 100010 | 0 | 1001011 | 100000 | 1010111 | 111100 | 101010 |
Color Harmonies of #72AD2B
Complementary color
Monochromatic Colors of #72AD2B
Black with #72AD2B
Text Example
Text Example
White with #72AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD2B; }
p { color: rgb(114,173,43); }
H1.HeaderClassName
{
color: #72AD2B;
}
.AnyTagClassName
{
color: #72AD2B;
}
</style>
background-color css
<style>
a { background-color: #72AD2B; }
a { background-color: rgb(114,173,43); }
div.DivClassName
{
background-color: #72AD2B;
}
.BgClassName
{
background-color: #72AD2B;
}
</style>
border-color css
<style>
span { border-color: #72AD2B; }
span { border-color: rgb(114,173,43); }
td.TdClassName
{
border-color: #72AD2B;
}
.TagClassName
{
border-color: #72AD2B;
}
</style>