Shades of Lima #70B231
Tints of Lima #70B231
RGB
CMYK
RGB Variations
Color information
#70B231 (or 0x70B231) is known color: Lima. HEX triplet: 70, B2 and 31. RGB value is (112,178,49). Sum of RGB (Red+Green+Blue) = 112+178+49=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #70B231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B231 is #8F4DCE. Grayscale: #909090. Windows color (decimal): -9391567 or 3256944. OLE color: 3256944.
HSL color Cylindrical-coordinate representation of color #70B231: hue angle of 90.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70B231 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 49 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.30 |
| HSL | 90.7º | 0.57% | 0.45% | - |
| HSV(B) | 90.7º | 0.72% | 0.7% | - |
| XYZ | 23.16 | 35.51 | 8.54 | - |
| YUV | 143.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 49 | 0.37 | 0 | 0.72 | 0.30 | 90.7 | 0.57 | 0.45 |
| Hex | 70 | B2 | 31 | 25 | 0 | 48 | 1E | 5B | 39 | 2D |
| Octal | 160 | 262 | 61 | 45 | 0 | 110 | 36 | 133 | 71 | 55 |
| Binary | 1110000 | 10110010 | 110001 | 100101 | 0 | 1001000 | 11110 | 1011011 | 111001 | 101101 |
Color Harmonies of #70B231
Complementary color
Monochromatic Colors of #70B231
Black with #70B231
Text Example
Text Example
White with #70B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B231; }
p { color: rgb(112,178,49); }
H1.HeaderClassName
{
color: #70B231;
}
.AnyTagClassName
{
color: #70B231;
}
</style>
background-color css
<style>
a { background-color: #70B231; }
a { background-color: rgb(112,178,49); }
div.DivClassName
{
background-color: #70B231;
}
.BgClassName
{
background-color: #70B231;
}
</style>
border-color css
<style>
span { border-color: #70B231; }
span { border-color: rgb(112,178,49); }
td.TdClassName
{
border-color: #70B231;
}
.TagClassName
{
border-color: #70B231;
}
</style>