Shades of Lima #72AD33
Tints of Lima #72AD33
RGB
CMYK
RGB Variations
Color information
#72AD33 (or 0x72AD33) is known color: Lima. HEX triplet: 72, AD and 33. RGB value is (114,173,51). Sum of RGB (Red+Green+Blue) = 114+173+51=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD33 is #8D52CC. Grayscale: #8D8D8D. Windows color (decimal): -9261773 or 3386738. OLE color: 3386738.
HSL color Cylindrical-coordinate representation of color #72AD33: hue angle of 89.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72AD33 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 51 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.32 |
| HSL | 89.02º | 0.54% | 0.44% | - |
| HSV(B) | 89.02º | 0.71% | 0.68% | - |
| XYZ | 22.48 | 33.7 | 8.45 | - |
| YUV | 141.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 51 | 0.34 | 0 | 0.71 | 0.32 | 89.02 | 0.54 | 0.44 |
| Hex | 72 | AD | 33 | 22 | 0 | 47 | 20 | 59 | 36 | 2C |
| Octal | 162 | 255 | 63 | 42 | 0 | 107 | 40 | 131 | 66 | 54 |
| Binary | 1110010 | 10101101 | 110011 | 100010 | 0 | 1000111 | 100000 | 1011001 | 110110 | 101100 |
Color Harmonies of #72AD33
Complementary color
Monochromatic Colors of #72AD33
Black with #72AD33
Text Example
Text Example
White with #72AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD33; }
p { color: rgb(114,173,51); }
H1.HeaderClassName
{
color: #72AD33;
}
.AnyTagClassName
{
color: #72AD33;
}
</style>
background-color css
<style>
a { background-color: #72AD33; }
a { background-color: rgb(114,173,51); }
div.DivClassName
{
background-color: #72AD33;
}
.BgClassName
{
background-color: #72AD33;
}
</style>
border-color css
<style>
span { border-color: #72AD33; }
span { border-color: rgb(114,173,51); }
td.TdClassName
{
border-color: #72AD33;
}
.TagClassName
{
border-color: #72AD33;
}
</style>