Shades of Lima #72C82C
Tints of Lima #72C82C
RGB
CMYK
RGB Variations
Color information
#72C82C (or 0x72C82C) is known color: Lima. HEX triplet: 72, C8 and 2C. RGB value is (114,200,44). Sum of RGB (Red+Green+Blue) = 114+200+44=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #72C82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C82C is #8D37D3. Grayscale: #9D9D9D. Windows color (decimal): -9254868 or 2934898. OLE color: 2934898.
HSL color Cylindrical-coordinate representation of color #72C82C: hue angle of 93.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72C82C is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 44 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.22 |
| HSL | 93.08º | 0.64% | 0.48% | - |
| HSV(B) | 93.08º | 0.78% | 0.78% | - |
| XYZ | 28.05 | 45.07 | 9.6 | - |
| YUV | 156.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 44 | 0.43 | 0 | 0.78 | 0.22 | 93.08 | 0.64 | 0.48 |
| Hex | 72 | C8 | 2C | 2B | 0 | 4E | 16 | 5D | 40 | 30 |
| Octal | 162 | 310 | 54 | 53 | 0 | 116 | 26 | 135 | 100 | 60 |
| Binary | 1110010 | 11001000 | 101100 | 101011 | 0 | 1001110 | 10110 | 1011101 | 1000000 | 110000 |
Color Harmonies of #72C82C
Complementary color
Monochromatic Colors of #72C82C
Black with #72C82C
Text Example
Text Example
White with #72C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C82C; }
p { color: rgb(114,200,44); }
H1.HeaderClassName
{
color: #72C82C;
}
.AnyTagClassName
{
color: #72C82C;
}
</style>
background-color css
<style>
a { background-color: #72C82C; }
a { background-color: rgb(114,200,44); }
div.DivClassName
{
background-color: #72C82C;
}
.BgClassName
{
background-color: #72C82C;
}
</style>
border-color css
<style>
span { border-color: #72C82C; }
span { border-color: rgb(114,200,44); }
td.TdClassName
{
border-color: #72C82C;
}
.TagClassName
{
border-color: #72C82C;
}
</style>