Shades of Lima #72C421
Tints of Lima #72C421
RGB
CMYK
RGB Variations
Color information
#72C421 (or 0x72C421) is known color: Lima. HEX triplet: 72, C4 and 21. RGB value is (114,196,33). Sum of RGB (Red+Green+Blue) = 114+196+33=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #72C421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C421 is #8D3BDE. Grayscale: #999999. Windows color (decimal): -9255903 or 2212978. OLE color: 2212978.
HSL color Cylindrical-coordinate representation of color #72C421: hue angle of 90.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72C421 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 33 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.23 |
| HSL | 90.18º | 0.71% | 0.45% | - |
| HSV(B) | 90.18º | 0.83% | 0.77% | - |
| XYZ | 26.95 | 43.17 | 8.35 | - |
| YUV | 152.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 33 | 0.42 | 0 | 0.83 | 0.23 | 90.18 | 0.71 | 0.45 |
| Hex | 72 | C4 | 21 | 2A | 0 | 53 | 17 | 5A | 47 | 2D |
| Octal | 162 | 304 | 41 | 52 | 0 | 123 | 27 | 132 | 107 | 55 |
| Binary | 1110010 | 11000100 | 100001 | 101010 | 0 | 1010011 | 10111 | 1011010 | 1000111 | 101101 |
Color Harmonies of #72C421
Complementary color
Monochromatic Colors of #72C421
Black with #72C421
Text Example
Text Example
White with #72C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C421; }
p { color: rgb(114,196,33); }
H1.HeaderClassName
{
color: #72C421;
}
.AnyTagClassName
{
color: #72C421;
}
</style>
background-color css
<style>
a { background-color: #72C421; }
a { background-color: rgb(114,196,33); }
div.DivClassName
{
background-color: #72C421;
}
.BgClassName
{
background-color: #72C421;
}
</style>
border-color css
<style>
span { border-color: #72C421; }
span { border-color: rgb(114,196,33); }
td.TdClassName
{
border-color: #72C421;
}
.TagClassName
{
border-color: #72C421;
}
</style>