Shades of Lima #72AB30
Tints of Lima #72AB30
RGB
CMYK
RGB Variations
Color information
#72AB30 (or 0x72AB30) is known color: Lima. HEX triplet: 72, AB and 30. RGB value is (114,171,48). Sum of RGB (Red+Green+Blue) = 114+171+48=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB30 is #8D54CF. Grayscale: #8C8C8C. Windows color (decimal): -9262288 or 3189618. OLE color: 3189618.
HSL color Cylindrical-coordinate representation of color #72AB30: hue angle of 87.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72AB30 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 48 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.33 |
| HSL | 87.8º | 0.56% | 0.43% | - |
| HSV(B) | 87.8º | 0.72% | 0.67% | - |
| XYZ | 22.04 | 32.92 | 7.99 | - |
| YUV | 139.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 48 | 0.33 | 0 | 0.72 | 0.33 | 87.8 | 0.56 | 0.43 |
| Hex | 72 | AB | 30 | 21 | 0 | 48 | 21 | 58 | 38 | 2B |
| Octal | 162 | 253 | 60 | 41 | 0 | 110 | 41 | 130 | 70 | 53 |
| Binary | 1110010 | 10101011 | 110000 | 100001 | 0 | 1001000 | 100001 | 1011000 | 111000 | 101011 |
Color Harmonies of #72AB30
Complementary color
Monochromatic Colors of #72AB30
Black with #72AB30
Text Example
Text Example
White with #72AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB30; }
p { color: rgb(114,171,48); }
H1.HeaderClassName
{
color: #72AB30;
}
.AnyTagClassName
{
color: #72AB30;
}
</style>
background-color css
<style>
a { background-color: #72AB30; }
a { background-color: rgb(114,171,48); }
div.DivClassName
{
background-color: #72AB30;
}
.BgClassName
{
background-color: #72AB30;
}
</style>
border-color css
<style>
span { border-color: #72AB30; }
span { border-color: rgb(114,171,48); }
td.TdClassName
{
border-color: #72AB30;
}
.TagClassName
{
border-color: #72AB30;
}
</style>