Shades of Lima #70BC2C
Tints of Lima #70BC2C
RGB
CMYK
RGB Variations
Color information
#70BC2C (or 0x70BC2C) is known color: Lima. HEX triplet: 70, BC and 2C. RGB value is (112,188,44). Sum of RGB (Red+Green+Blue) = 112+188+44=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC2C is #8F43D3. Grayscale: #959595. Windows color (decimal): -9389012 or 2931824. OLE color: 2931824.
HSL color Cylindrical-coordinate representation of color #70BC2C: hue angle of 91.67º degrees, saturation: 0.62, 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 #70BC2C is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 44 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.26 |
| HSL | 91.67º | 0.62% | 0.45% | - |
| HSV(B) | 91.67º | 0.77% | 0.74% | - |
| XYZ | 25.12 | 39.59 | 8.7 | - |
| YUV | 148.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 44 | 0.40 | 0 | 0.77 | 0.26 | 91.67 | 0.62 | 0.45 |
| Hex | 70 | BC | 2C | 28 | 0 | 4D | 1A | 5C | 3E | 2D |
| Octal | 160 | 274 | 54 | 50 | 0 | 115 | 32 | 134 | 76 | 55 |
| Binary | 1110000 | 10111100 | 101100 | 101000 | 0 | 1001101 | 11010 | 1011100 | 111110 | 101101 |
Color Harmonies of #70BC2C
Complementary color
Monochromatic Colors of #70BC2C
Black with #70BC2C
Text Example
Text Example
White with #70BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC2C; }
p { color: rgb(112,188,44); }
H1.HeaderClassName
{
color: #70BC2C;
}
.AnyTagClassName
{
color: #70BC2C;
}
</style>
background-color css
<style>
a { background-color: #70BC2C; }
a { background-color: rgb(112,188,44); }
div.DivClassName
{
background-color: #70BC2C;
}
.BgClassName
{
background-color: #70BC2C;
}
</style>
border-color css
<style>
span { border-color: #70BC2C; }
span { border-color: rgb(112,188,44); }
td.TdClassName
{
border-color: #70BC2C;
}
.TagClassName
{
border-color: #70BC2C;
}
</style>