Shades of Lima #70BC2B
Tints of Lima #70BC2B
RGB
CMYK
RGB Variations
Color information
#70BC2B (or 0x70BC2B) is known color: Lima. HEX triplet: 70, BC and 2B. RGB value is (112,188,43). Sum of RGB (Red+Green+Blue) = 112+188+43=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC2B is #8F43D4. Grayscale: #959595. Windows color (decimal): -9389013 or 2866288. OLE color: 2866288.
HSL color Cylindrical-coordinate representation of color #70BC2B: hue angle of 91.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70BC2B is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 43 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.26 |
| HSL | 91.45º | 0.63% | 0.45% | - |
| HSV(B) | 91.45º | 0.77% | 0.74% | - |
| XYZ | 25.1 | 39.59 | 8.6 | - |
| YUV | 148.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 43 | 0.40 | 0 | 0.77 | 0.26 | 91.45 | 0.63 | 0.45 |
| Hex | 70 | BC | 2B | 28 | 0 | 4D | 1A | 5B | 3F | 2D |
| Octal | 160 | 274 | 53 | 50 | 0 | 115 | 32 | 133 | 77 | 55 |
| Binary | 1110000 | 10111100 | 101011 | 101000 | 0 | 1001101 | 11010 | 1011011 | 111111 | 101101 |
Color Harmonies of #70BC2B
Complementary color
Monochromatic Colors of #70BC2B
Black with #70BC2B
Text Example
Text Example
White with #70BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC2B; }
p { color: rgb(112,188,43); }
H1.HeaderClassName
{
color: #70BC2B;
}
.AnyTagClassName
{
color: #70BC2B;
}
</style>
background-color css
<style>
a { background-color: #70BC2B; }
a { background-color: rgb(112,188,43); }
div.DivClassName
{
background-color: #70BC2B;
}
.BgClassName
{
background-color: #70BC2B;
}
</style>
border-color css
<style>
span { border-color: #70BC2B; }
span { border-color: rgb(112,188,43); }
td.TdClassName
{
border-color: #70BC2B;
}
.TagClassName
{
border-color: #70BC2B;
}
</style>