Shades of Lima #72D021
Tints of Lima #72D021
RGB
CMYK
RGB Variations
Color information
#72D021 (or 0x72D021) is known color: Lima. HEX triplet: 72, D0 and 21. RGB value is (114,208,33). Sum of RGB (Red+Green+Blue) = 114+208+33=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #72D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D021 is #8D2FDE. Grayscale: #A0A0A0. Windows color (decimal): -9252831 or 2216050. OLE color: 2216050.
HSL color Cylindrical-coordinate representation of color #72D021: hue angle of 92.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72D021 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 33 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.18 |
| HSL | 92.23º | 0.73% | 0.47% | - |
| HSV(B) | 92.23º | 0.84% | 0.82% | - |
| XYZ | 29.77 | 48.8 | 9.29 | - |
| YUV | 159.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 33 | 0.45 | 0 | 0.84 | 0.18 | 92.23 | 0.73 | 0.47 |
| Hex | 72 | D0 | 21 | 2D | 0 | 54 | 12 | 5C | 49 | 2F |
| Octal | 162 | 320 | 41 | 55 | 0 | 124 | 22 | 134 | 111 | 57 |
| Binary | 1110010 | 11010000 | 100001 | 101101 | 0 | 1010100 | 10010 | 1011100 | 1001001 | 101111 |
Color Harmonies of #72D021
Complementary color
Monochromatic Colors of #72D021
Black with #72D021
Text Example
Text Example
White with #72D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D021; }
p { color: rgb(114,208,33); }
H1.HeaderClassName
{
color: #72D021;
}
.AnyTagClassName
{
color: #72D021;
}
</style>
background-color css
<style>
a { background-color: #72D021; }
a { background-color: rgb(114,208,33); }
div.DivClassName
{
background-color: #72D021;
}
.BgClassName
{
background-color: #72D021;
}
</style>
border-color css
<style>
span { border-color: #72D021; }
span { border-color: rgb(114,208,33); }
td.TdClassName
{
border-color: #72D021;
}
.TagClassName
{
border-color: #72D021;
}
</style>