Shades of Lima #72D220
Tints of Lima #72D220
RGB
CMYK
RGB Variations
Color information
#72D220 (or 0x72D220) is known color: Lima. HEX triplet: 72, D2 and 20. RGB value is (114,210,32). Sum of RGB (Red+Green+Blue) = 114+210+32=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #72D220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D220 is #8D2DDF. Grayscale: #A1A1A1. Windows color (decimal): -9252320 or 2151026. OLE color: 2151026.
HSL color Cylindrical-coordinate representation of color #72D220: hue angle of 92.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72D220 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 32 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.18 |
| HSL | 92.36º | 0.74% | 0.47% | - |
| HSV(B) | 92.36º | 0.85% | 0.82% | - |
| XYZ | 30.25 | 49.77 | 9.38 | - |
| YUV | 161 | 55.2 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 32 | 0.46 | 0 | 0.85 | 0.18 | 92.36 | 0.74 | 0.47 |
| Hex | 72 | D2 | 20 | 2E | 0 | 55 | 12 | 5C | 4A | 2F |
| Octal | 162 | 322 | 40 | 56 | 0 | 125 | 22 | 134 | 112 | 57 |
| Binary | 1110010 | 11010010 | 100000 | 101110 | 0 | 1010101 | 10010 | 1011100 | 1001010 | 101111 |
Color Harmonies of #72D220
Complementary color
Monochromatic Colors of #72D220
Black with #72D220
Text Example
Text Example
White with #72D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D220; }
p { color: rgb(114,210,32); }
H1.HeaderClassName
{
color: #72D220;
}
.AnyTagClassName
{
color: #72D220;
}
</style>
background-color css
<style>
a { background-color: #72D220; }
a { background-color: rgb(114,210,32); }
div.DivClassName
{
background-color: #72D220;
}
.BgClassName
{
background-color: #72D220;
}
</style>
border-color css
<style>
span { border-color: #72D220; }
span { border-color: rgb(114,210,32); }
td.TdClassName
{
border-color: #72D220;
}
.TagClassName
{
border-color: #72D220;
}
</style>