Shades of Lima #72C22C
Tints of Lima #72C22C
RGB
CMYK
RGB Variations
Color information
#72C22C (or 0x72C22C) is known color: Lima. HEX triplet: 72, C2 and 2C. RGB value is (114,194,44). Sum of RGB (Red+Green+Blue) = 114+194+44=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #72C22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C22C is #8D3DD3. Grayscale: #999999. Windows color (decimal): -9256404 or 2933362. OLE color: 2933362.
HSL color Cylindrical-coordinate representation of color #72C22C: hue angle of 92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72C22C is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 44 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.24 |
| HSL | 92º | 0.63% | 0.47% | - |
| HSV(B) | 92º | 0.77% | 0.76% | - |
| XYZ | 26.69 | 42.34 | 9.15 | - |
| YUV | 152.98 | 66.5 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 44 | 0.41 | 0 | 0.77 | 0.24 | 92 | 0.63 | 0.47 |
| Hex | 72 | C2 | 2C | 29 | 0 | 4D | 18 | 5C | 3F | 2F |
| Octal | 162 | 302 | 54 | 51 | 0 | 115 | 30 | 134 | 77 | 57 |
| Binary | 1110010 | 11000010 | 101100 | 101001 | 0 | 1001101 | 11000 | 1011100 | 111111 | 101111 |
Color Harmonies of #72C22C
Complementary color
Monochromatic Colors of #72C22C
Black with #72C22C
Text Example
Text Example
White with #72C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C22C; }
p { color: rgb(114,194,44); }
H1.HeaderClassName
{
color: #72C22C;
}
.AnyTagClassName
{
color: #72C22C;
}
</style>
background-color css
<style>
a { background-color: #72C22C; }
a { background-color: rgb(114,194,44); }
div.DivClassName
{
background-color: #72C22C;
}
.BgClassName
{
background-color: #72C22C;
}
</style>
border-color css
<style>
span { border-color: #72C22C; }
span { border-color: rgb(114,194,44); }
td.TdClassName
{
border-color: #72C22C;
}
.TagClassName
{
border-color: #72C22C;
}
</style>