Shades of Lima #70B72C
Tints of Lima #70B72C
RGB
CMYK
RGB Variations
Color information
#70B72C (or 0x70B72C) is known color: Lima. HEX triplet: 70, B7 and 2C. RGB value is (112,183,44). Sum of RGB (Red+Green+Blue) = 112+183+44=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #70B72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B72C is #8F48D3. Grayscale: #929292. Windows color (decimal): -9390292 or 2930544. OLE color: 2930544.
HSL color Cylindrical-coordinate representation of color #70B72C: hue angle of 90.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70B72C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 44 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.28 |
| HSL | 90.65º | 0.61% | 0.45% | - |
| HSV(B) | 90.65º | 0.76% | 0.72% | - |
| XYZ | 24.07 | 37.49 | 8.35 | - |
| YUV | 145.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 44 | 0.39 | 0 | 0.76 | 0.28 | 90.65 | 0.61 | 0.45 |
| Hex | 70 | B7 | 2C | 27 | 0 | 4C | 1C | 5B | 3D | 2D |
| Octal | 160 | 267 | 54 | 47 | 0 | 114 | 34 | 133 | 75 | 55 |
| Binary | 1110000 | 10110111 | 101100 | 100111 | 0 | 1001100 | 11100 | 1011011 | 111101 | 101101 |
Color Harmonies of #70B72C
Complementary color
Monochromatic Colors of #70B72C
Black with #70B72C
Text Example
Text Example
White with #70B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B72C; }
p { color: rgb(112,183,44); }
H1.HeaderClassName
{
color: #70B72C;
}
.AnyTagClassName
{
color: #70B72C;
}
</style>
background-color css
<style>
a { background-color: #70B72C; }
a { background-color: rgb(112,183,44); }
div.DivClassName
{
background-color: #70B72C;
}
.BgClassName
{
background-color: #70B72C;
}
</style>
border-color css
<style>
span { border-color: #70B72C; }
span { border-color: rgb(112,183,44); }
td.TdClassName
{
border-color: #70B72C;
}
.TagClassName
{
border-color: #70B72C;
}
</style>