Shades of Lima #70AD34
Tints of Lima #70AD34
RGB
CMYK
RGB Variations
Color information
#70AD34 (or 0x70AD34) is known color: Lima. HEX triplet: 70, AD and 34. RGB value is (112,173,52). Sum of RGB (Red+Green+Blue) = 112+173+52=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AD34 is #8F52CB. Grayscale: #8D8D8D. Windows color (decimal): -9392844 or 3452272. OLE color: 3452272.
HSL color Cylindrical-coordinate representation of color #70AD34: hue angle of 90.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70AD34 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 52 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.32 |
| HSL | 90.25º | 0.54% | 0.44% | - |
| HSV(B) | 90.25º | 0.7% | 0.68% | - |
| XYZ | 22.25 | 33.58 | 8.56 | - |
| YUV | 140.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 52 | 0.35 | 0 | 0.70 | 0.32 | 90.25 | 0.54 | 0.44 |
| Hex | 70 | AD | 34 | 23 | 0 | 46 | 20 | 5A | 36 | 2C |
| Octal | 160 | 255 | 64 | 43 | 0 | 106 | 40 | 132 | 66 | 54 |
| Binary | 1110000 | 10101101 | 110100 | 100011 | 0 | 1000110 | 100000 | 1011010 | 110110 | 101100 |
Color Harmonies of #70AD34
Complementary color
Monochromatic Colors of #70AD34
Black with #70AD34
Text Example
Text Example
White with #70AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD34; }
p { color: rgb(112,173,52); }
H1.HeaderClassName
{
color: #70AD34;
}
.AnyTagClassName
{
color: #70AD34;
}
</style>
background-color css
<style>
a { background-color: #70AD34; }
a { background-color: rgb(112,173,52); }
div.DivClassName
{
background-color: #70AD34;
}
.BgClassName
{
background-color: #70AD34;
}
</style>
border-color css
<style>
span { border-color: #70AD34; }
span { border-color: rgb(112,173,52); }
td.TdClassName
{
border-color: #70AD34;
}
.TagClassName
{
border-color: #70AD34;
}
</style>