Shades of Lima #70B332
Tints of Lima #70B332
RGB
CMYK
RGB Variations
Color information
#70B332 (or 0x70B332) is known color: Lima. HEX triplet: 70, B3 and 32. RGB value is (112,179,50). Sum of RGB (Red+Green+Blue) = 112+179+50=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #70B332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B332 is #8F4CCD. Grayscale: #909090. Windows color (decimal): -9391310 or 3322736. OLE color: 3322736.
HSL color Cylindrical-coordinate representation of color #70B332: hue angle of 91.16º degrees, saturation: 0.56, 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 #70B332 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 50 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.30 |
| HSL | 91.16º | 0.56% | 0.45% | - |
| HSV(B) | 91.16º | 0.72% | 0.7% | - |
| XYZ | 23.38 | 35.92 | 8.72 | - |
| YUV | 144.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 50 | 0.37 | 0 | 0.72 | 0.30 | 91.16 | 0.56 | 0.45 |
| Hex | 70 | B3 | 32 | 25 | 0 | 48 | 1E | 5B | 38 | 2D |
| Octal | 160 | 263 | 62 | 45 | 0 | 110 | 36 | 133 | 70 | 55 |
| Binary | 1110000 | 10110011 | 110010 | 100101 | 0 | 1001000 | 11110 | 1011011 | 111000 | 101101 |
Color Harmonies of #70B332
Complementary color
Monochromatic Colors of #70B332
Black with #70B332
Text Example
Text Example
White with #70B332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B332; }
p { color: rgb(112,179,50); }
H1.HeaderClassName
{
color: #70B332;
}
.AnyTagClassName
{
color: #70B332;
}
</style>
background-color css
<style>
a { background-color: #70B332; }
a { background-color: rgb(112,179,50); }
div.DivClassName
{
background-color: #70B332;
}
.BgClassName
{
background-color: #70B332;
}
</style>
border-color css
<style>
span { border-color: #70B332; }
span { border-color: rgb(112,179,50); }
td.TdClassName
{
border-color: #70B332;
}
.TagClassName
{
border-color: #70B332;
}
</style>