Shades of Lima #72D122
Tints of Lima #72D122
RGB
CMYK
RGB Variations
Color information
#72D122 (or 0x72D122) is known color: Lima. HEX triplet: 72, D1 and 22. RGB value is (114,209,34). Sum of RGB (Red+Green+Blue) = 114+209+34=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #72D122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D122 is #8D2EDD. Grayscale: #A1A1A1. Windows color (decimal): -9252574 or 2281842. OLE color: 2281842.
HSL color Cylindrical-coordinate representation of color #72D122: hue angle of 92.57º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72D122 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 34 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.18 |
| HSL | 92.57º | 0.72% | 0.48% | - |
| HSV(B) | 92.57º | 0.84% | 0.82% | - |
| XYZ | 30.03 | 49.29 | 9.45 | - |
| YUV | 160.65 | 56.53 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 34 | 0.45 | 0 | 0.84 | 0.18 | 92.57 | 0.72 | 0.48 |
| Hex | 72 | D1 | 22 | 2D | 0 | 54 | 12 | 5D | 48 | 30 |
| Octal | 162 | 321 | 42 | 55 | 0 | 124 | 22 | 135 | 110 | 60 |
| Binary | 1110010 | 11010001 | 100010 | 101101 | 0 | 1010100 | 10010 | 1011101 | 1001000 | 110000 |
Color Harmonies of #72D122
Complementary color
Monochromatic Colors of #72D122
Black with #72D122
Text Example
Text Example
White with #72D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D122; }
p { color: rgb(114,209,34); }
H1.HeaderClassName
{
color: #72D122;
}
.AnyTagClassName
{
color: #72D122;
}
</style>
background-color css
<style>
a { background-color: #72D122; }
a { background-color: rgb(114,209,34); }
div.DivClassName
{
background-color: #72D122;
}
.BgClassName
{
background-color: #72D122;
}
</style>
border-color css
<style>
span { border-color: #72D122; }
span { border-color: rgb(114,209,34); }
td.TdClassName
{
border-color: #72D122;
}
.TagClassName
{
border-color: #72D122;
}
</style>