Shades of Lima #72C52C
Tints of Lima #72C52C
RGB
CMYK
RGB Variations
Color information
#72C52C (or 0x72C52C) is known color: Lima. HEX triplet: 72, C5 and 2C. RGB value is (114,197,44). Sum of RGB (Red+Green+Blue) = 114+197+44=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #72C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C52C is #8D3AD3. Grayscale: #9B9B9B. Windows color (decimal): -9255636 or 2934130. OLE color: 2934130.
HSL color Cylindrical-coordinate representation of color #72C52C: hue angle of 92.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72C52C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 44 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.23 |
| HSL | 92.55º | 0.63% | 0.47% | - |
| HSV(B) | 92.55º | 0.78% | 0.77% | - |
| XYZ | 27.36 | 43.69 | 9.37 | - |
| YUV | 154.74 | 65.5 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 44 | 0.42 | 0 | 0.78 | 0.23 | 92.55 | 0.63 | 0.47 |
| Hex | 72 | C5 | 2C | 2A | 0 | 4E | 17 | 5D | 3F | 2F |
| Octal | 162 | 305 | 54 | 52 | 0 | 116 | 27 | 135 | 77 | 57 |
| Binary | 1110010 | 11000101 | 101100 | 101010 | 0 | 1001110 | 10111 | 1011101 | 111111 | 101111 |
Color Harmonies of #72C52C
Complementary color
Monochromatic Colors of #72C52C
Black with #72C52C
Text Example
Text Example
White with #72C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C52C; }
p { color: rgb(114,197,44); }
H1.HeaderClassName
{
color: #72C52C;
}
.AnyTagClassName
{
color: #72C52C;
}
</style>
background-color css
<style>
a { background-color: #72C52C; }
a { background-color: rgb(114,197,44); }
div.DivClassName
{
background-color: #72C52C;
}
.BgClassName
{
background-color: #72C52C;
}
</style>
border-color css
<style>
span { border-color: #72C52C; }
span { border-color: rgb(114,197,44); }
td.TdClassName
{
border-color: #72C52C;
}
.TagClassName
{
border-color: #72C52C;
}
</style>