Shades of Lima #70BA2C
Tints of Lima #70BA2C
RGB
CMYK
RGB Variations
Color information
#70BA2C (or 0x70BA2C) is known color: Lima. HEX triplet: 70, BA and 2C. RGB value is (112,186,44). Sum of RGB (Red+Green+Blue) = 112+186+44=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA2C is #8F45D3. Grayscale: #949494. Windows color (decimal): -9389524 or 2931312. OLE color: 2931312.
HSL color Cylindrical-coordinate representation of color #70BA2C: hue angle of 91.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70BA2C is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 44 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.27 |
| HSL | 91.27º | 0.62% | 0.45% | - |
| HSV(B) | 91.27º | 0.76% | 0.73% | - |
| XYZ | 24.7 | 38.74 | 8.56 | - |
| YUV | 147.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 44 | 0.40 | 0 | 0.76 | 0.27 | 91.27 | 0.62 | 0.45 |
| Hex | 70 | BA | 2C | 28 | 0 | 4C | 1B | 5B | 3E | 2D |
| Octal | 160 | 272 | 54 | 50 | 0 | 114 | 33 | 133 | 76 | 55 |
| Binary | 1110000 | 10111010 | 101100 | 101000 | 0 | 1001100 | 11011 | 1011011 | 111110 | 101101 |
Color Harmonies of #70BA2C
Complementary color
Monochromatic Colors of #70BA2C
Black with #70BA2C
Text Example
Text Example
White with #70BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA2C; }
p { color: rgb(112,186,44); }
H1.HeaderClassName
{
color: #70BA2C;
}
.AnyTagClassName
{
color: #70BA2C;
}
</style>
background-color css
<style>
a { background-color: #70BA2C; }
a { background-color: rgb(112,186,44); }
div.DivClassName
{
background-color: #70BA2C;
}
.BgClassName
{
background-color: #70BA2C;
}
</style>
border-color css
<style>
span { border-color: #70BA2C; }
span { border-color: rgb(112,186,44); }
td.TdClassName
{
border-color: #70BA2C;
}
.TagClassName
{
border-color: #70BA2C;
}
</style>