Shades of Lima #72D121
Tints of Lima #72D121
RGB
CMYK
RGB Variations
Color information
#72D121 (or 0x72D121) is known color: Lima. HEX triplet: 72, D1 and 21. RGB value is (114,209,33). Sum of RGB (Red+Green+Blue) = 114+209+33=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #72D121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D121 is #8D2EDE. Grayscale: #A1A1A1. Windows color (decimal): -9252575 or 2216306. OLE color: 2216306.
HSL color Cylindrical-coordinate representation of color #72D121: hue angle of 92.39º 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 #72D121 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 33 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.18 |
| HSL | 92.39º | 0.73% | 0.47% | - |
| HSV(B) | 92.39º | 0.84% | 0.82% | - |
| XYZ | 30.01 | 49.29 | 9.37 | - |
| YUV | 160.53 | 56.03 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 33 | 0.45 | 0 | 0.84 | 0.18 | 92.39 | 0.73 | 0.47 |
| Hex | 72 | D1 | 21 | 2D | 0 | 54 | 12 | 5C | 49 | 2F |
| Octal | 162 | 321 | 41 | 55 | 0 | 124 | 22 | 134 | 111 | 57 |
| Binary | 1110010 | 11010001 | 100001 | 101101 | 0 | 1010100 | 10010 | 1011100 | 1001001 | 101111 |
Color Harmonies of #72D121
Complementary color
Monochromatic Colors of #72D121
Black with #72D121
Text Example
Text Example
White with #72D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D121; }
p { color: rgb(114,209,33); }
H1.HeaderClassName
{
color: #72D121;
}
.AnyTagClassName
{
color: #72D121;
}
</style>
background-color css
<style>
a { background-color: #72D121; }
a { background-color: rgb(114,209,33); }
div.DivClassName
{
background-color: #72D121;
}
.BgClassName
{
background-color: #72D121;
}
</style>
border-color css
<style>
span { border-color: #72D121; }
span { border-color: rgb(114,209,33); }
td.TdClassName
{
border-color: #72D121;
}
.TagClassName
{
border-color: #72D121;
}
</style>