Shades of Lima #70BA2F
Tints of Lima #70BA2F
RGB
CMYK
RGB Variations
Color information
#70BA2F (or 0x70BA2F) is known color: Lima. HEX triplet: 70, BA and 2F. RGB value is (112,186,47). Sum of RGB (Red+Green+Blue) = 112+186+47=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA2F is #8F45D0. Grayscale: #949494. Windows color (decimal): -9389521 or 3127920. OLE color: 3127920.
HSL color Cylindrical-coordinate representation of color #70BA2F: hue angle of 91.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70BA2F is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 47 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.27 |
| HSL | 91.94º | 0.6% | 0.46% | - |
| HSV(B) | 91.94º | 0.75% | 0.73% | - |
| XYZ | 24.75 | 38.77 | 8.87 | - |
| YUV | 148.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 47 | 0.40 | 0 | 0.75 | 0.27 | 91.94 | 0.6 | 0.46 |
| Hex | 70 | BA | 2F | 28 | 0 | 4B | 1B | 5C | 3C | 2E |
| Octal | 160 | 272 | 57 | 50 | 0 | 113 | 33 | 134 | 74 | 56 |
| Binary | 1110000 | 10111010 | 101111 | 101000 | 0 | 1001011 | 11011 | 1011100 | 111100 | 101110 |
Color Harmonies of #70BA2F
Complementary color
Monochromatic Colors of #70BA2F
Black with #70BA2F
Text Example
Text Example
White with #70BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA2F; }
p { color: rgb(112,186,47); }
H1.HeaderClassName
{
color: #70BA2F;
}
.AnyTagClassName
{
color: #70BA2F;
}
</style>
background-color css
<style>
a { background-color: #70BA2F; }
a { background-color: rgb(112,186,47); }
div.DivClassName
{
background-color: #70BA2F;
}
.BgClassName
{
background-color: #70BA2F;
}
</style>
border-color css
<style>
span { border-color: #70BA2F; }
span { border-color: rgb(112,186,47); }
td.TdClassName
{
border-color: #70BA2F;
}
.TagClassName
{
border-color: #70BA2F;
}
</style>