Shades of Lima #72CB20
Tints of Lima #72CB20
RGB
CMYK
RGB Variations
Color information
#72CB20 (or 0x72CB20) is known color: Lima. HEX triplet: 72, CB and 20. RGB value is (114,203,32). Sum of RGB (Red+Green+Blue) = 114+203+32=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CB20 is #8D34DF. Grayscale: #9D9D9D. Windows color (decimal): -9254112 or 2149234. OLE color: 2149234.
HSL color Cylindrical-coordinate representation of color #72CB20: hue angle of 91.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72CB20 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 32 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.20 |
| HSL | 91.23º | 0.73% | 0.46% | - |
| HSV(B) | 91.23º | 0.84% | 0.8% | - |
| XYZ | 28.56 | 46.39 | 8.82 | - |
| YUV | 156.9 | 57.51 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 32 | 0.44 | 0 | 0.84 | 0.20 | 91.23 | 0.73 | 0.46 |
| Hex | 72 | CB | 20 | 2C | 0 | 54 | 14 | 5B | 49 | 2E |
| Octal | 162 | 313 | 40 | 54 | 0 | 124 | 24 | 133 | 111 | 56 |
| Binary | 1110010 | 11001011 | 100000 | 101100 | 0 | 1010100 | 10100 | 1011011 | 1001001 | 101110 |
Color Harmonies of #72CB20
Complementary color
Monochromatic Colors of #72CB20
Black with #72CB20
Text Example
Text Example
White with #72CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB20; }
p { color: rgb(114,203,32); }
H1.HeaderClassName
{
color: #72CB20;
}
.AnyTagClassName
{
color: #72CB20;
}
</style>
background-color css
<style>
a { background-color: #72CB20; }
a { background-color: rgb(114,203,32); }
div.DivClassName
{
background-color: #72CB20;
}
.BgClassName
{
background-color: #72CB20;
}
</style>
border-color css
<style>
span { border-color: #72CB20; }
span { border-color: rgb(114,203,32); }
td.TdClassName
{
border-color: #72CB20;
}
.TagClassName
{
border-color: #72CB20;
}
</style>