Shades of Lima #72C427
Tints of Lima #72C427
RGB
CMYK
RGB Variations
Color information
#72C427 (or 0x72C427) is known color: Lima. HEX triplet: 72, C4 and 27. RGB value is (114,196,39). Sum of RGB (Red+Green+Blue) = 114+196+39=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #72C427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C427 is #8D3BD8. Grayscale: #9A9A9A. Windows color (decimal): -9255897 or 2606194. OLE color: 2606194.
HSL color Cylindrical-coordinate representation of color #72C427: hue angle of 91.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72C427 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 39 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.23 |
| HSL | 91.34º | 0.67% | 0.46% | - |
| HSV(B) | 91.34º | 0.8% | 0.77% | - |
| XYZ | 27.05 | 43.2 | 8.83 | - |
| YUV | 153.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 39 | 0.42 | 0 | 0.80 | 0.23 | 91.34 | 0.67 | 0.46 |
| Hex | 72 | C4 | 27 | 2A | 0 | 50 | 17 | 5B | 43 | 2E |
| Octal | 162 | 304 | 47 | 52 | 0 | 120 | 27 | 133 | 103 | 56 |
| Binary | 1110010 | 11000100 | 100111 | 101010 | 0 | 1010000 | 10111 | 1011011 | 1000011 | 101110 |
Color Harmonies of #72C427
Complementary color
Monochromatic Colors of #72C427
Black with #72C427
Text Example
Text Example
White with #72C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C427; }
p { color: rgb(114,196,39); }
H1.HeaderClassName
{
color: #72C427;
}
.AnyTagClassName
{
color: #72C427;
}
</style>
background-color css
<style>
a { background-color: #72C427; }
a { background-color: rgb(114,196,39); }
div.DivClassName
{
background-color: #72C427;
}
.BgClassName
{
background-color: #72C427;
}
</style>
border-color css
<style>
span { border-color: #72C427; }
span { border-color: rgb(114,196,39); }
td.TdClassName
{
border-color: #72C427;
}
.TagClassName
{
border-color: #72C427;
}
</style>