Shades of Lima #70BC2F
Tints of Lima #70BC2F
RGB
CMYK
RGB Variations
Color information
#70BC2F (or 0x70BC2F) is known color: Lima. HEX triplet: 70, BC and 2F. RGB value is (112,188,47). Sum of RGB (Red+Green+Blue) = 112+188+47=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC2F is #8F43D0. Grayscale: #959595. Windows color (decimal): -9389009 or 3128432. OLE color: 3128432.
HSL color Cylindrical-coordinate representation of color #70BC2F: hue angle of 92.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70BC2F is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 47 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.26 |
| HSL | 92.34º | 0.6% | 0.46% | - |
| HSV(B) | 92.34º | 0.75% | 0.74% | - |
| XYZ | 25.18 | 39.62 | 9.01 | - |
| YUV | 149.2 | 70.32 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 47 | 0.40 | 0 | 0.75 | 0.26 | 92.34 | 0.6 | 0.46 |
| Hex | 70 | BC | 2F | 28 | 0 | 4B | 1A | 5C | 3C | 2E |
| Octal | 160 | 274 | 57 | 50 | 0 | 113 | 32 | 134 | 74 | 56 |
| Binary | 1110000 | 10111100 | 101111 | 101000 | 0 | 1001011 | 11010 | 1011100 | 111100 | 101110 |
Color Harmonies of #70BC2F
Complementary color
Monochromatic Colors of #70BC2F
Black with #70BC2F
Text Example
Text Example
White with #70BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC2F; }
p { color: rgb(112,188,47); }
H1.HeaderClassName
{
color: #70BC2F;
}
.AnyTagClassName
{
color: #70BC2F;
}
</style>
background-color css
<style>
a { background-color: #70BC2F; }
a { background-color: rgb(112,188,47); }
div.DivClassName
{
background-color: #70BC2F;
}
.BgClassName
{
background-color: #70BC2F;
}
</style>
border-color css
<style>
span { border-color: #70BC2F; }
span { border-color: rgb(112,188,47); }
td.TdClassName
{
border-color: #70BC2F;
}
.TagClassName
{
border-color: #70BC2F;
}
</style>