Shades of Lima #72C41C
Tints of Lima #72C41C
RGB
CMYK
RGB Variations
Color information
#72C41C (or 0x72C41C) is known color: Lima. HEX triplet: 72, C4 and 1C. RGB value is (114,196,28). Sum of RGB (Red+Green+Blue) = 114+196+28=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #72C41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C41C is #8D3BE3. Grayscale: #989898. Windows color (decimal): -9255908 or 1885298. OLE color: 1885298.
HSL color Cylindrical-coordinate representation of color #72C41C: hue angle of 89.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72C41C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 28 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.23 |
| HSL | 89.29º | 0.75% | 0.44% | - |
| HSV(B) | 89.29º | 0.86% | 0.77% | - |
| XYZ | 26.89 | 43.14 | 8.01 | - |
| YUV | 152.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 28 | 0.42 | 0 | 0.86 | 0.23 | 89.29 | 0.75 | 0.44 |
| Hex | 72 | C4 | 1C | 2A | 0 | 56 | 17 | 59 | 4B | 2C |
| Octal | 162 | 304 | 34 | 52 | 0 | 126 | 27 | 131 | 113 | 54 |
| Binary | 1110010 | 11000100 | 11100 | 101010 | 0 | 1010110 | 10111 | 1011001 | 1001011 | 101100 |
Color Harmonies of #72C41C
Complementary color
Monochromatic Colors of #72C41C
Black with #72C41C
Text Example
Text Example
White with #72C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C41C; }
p { color: rgb(114,196,28); }
H1.HeaderClassName
{
color: #72C41C;
}
.AnyTagClassName
{
color: #72C41C;
}
</style>
background-color css
<style>
a { background-color: #72C41C; }
a { background-color: rgb(114,196,28); }
div.DivClassName
{
background-color: #72C41C;
}
.BgClassName
{
background-color: #72C41C;
}
</style>
border-color css
<style>
span { border-color: #72C41C; }
span { border-color: rgb(114,196,28); }
td.TdClassName
{
border-color: #72C41C;
}
.TagClassName
{
border-color: #72C41C;
}
</style>