Shades of Lima #72C426
Tints of Lima #72C426
RGB
CMYK
RGB Variations
Color information
#72C426 (or 0x72C426) is known color: Lima. HEX triplet: 72, C4 and 26. RGB value is (114,196,38). Sum of RGB (Red+Green+Blue) = 114+196+38=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #72C426 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C426 is #8D3BD9. Grayscale: #9A9A9A. Windows color (decimal): -9255898 or 2540658. OLE color: 2540658.
HSL color Cylindrical-coordinate representation of color #72C426: hue angle of 91.14º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72C426 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 38 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.23 |
| HSL | 91.14º | 0.68% | 0.46% | - |
| HSV(B) | 91.14º | 0.81% | 0.77% | - |
| XYZ | 27.03 | 43.2 | 8.75 | - |
| YUV | 153.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 38 | 0.42 | 0 | 0.81 | 0.23 | 91.14 | 0.68 | 0.46 |
| Hex | 72 | C4 | 26 | 2A | 0 | 51 | 17 | 5B | 44 | 2E |
| Octal | 162 | 304 | 46 | 52 | 0 | 121 | 27 | 133 | 104 | 56 |
| Binary | 1110010 | 11000100 | 100110 | 101010 | 0 | 1010001 | 10111 | 1011011 | 1000100 | 101110 |
Color Harmonies of #72C426
Complementary color
Monochromatic Colors of #72C426
Black with #72C426
Text Example
Text Example
White with #72C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C426; }
p { color: rgb(114,196,38); }
H1.HeaderClassName
{
color: #72C426;
}
.AnyTagClassName
{
color: #72C426;
}
</style>
background-color css
<style>
a { background-color: #72C426; }
a { background-color: rgb(114,196,38); }
div.DivClassName
{
background-color: #72C426;
}
.BgClassName
{
background-color: #72C426;
}
</style>
border-color css
<style>
span { border-color: #72C426; }
span { border-color: rgb(114,196,38); }
td.TdClassName
{
border-color: #72C426;
}
.TagClassName
{
border-color: #72C426;
}
</style>