Shades of Lima #70AF34
Tints of Lima #70AF34
RGB
CMYK
RGB Variations
Color information
#70AF34 (or 0x70AF34) is known color: Lima. HEX triplet: 70, AF and 34. RGB value is (112,175,52). Sum of RGB (Red+Green+Blue) = 112+175+52=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF34 is #8F50CB. Grayscale: #8E8E8E. Windows color (decimal): -9392332 or 3452784. OLE color: 3452784.
HSL color Cylindrical-coordinate representation of color #70AF34: hue angle of 90.73º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70AF34 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 52 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.31 |
| HSL | 90.73º | 0.54% | 0.45% | - |
| HSV(B) | 90.73º | 0.7% | 0.69% | - |
| XYZ | 22.63 | 34.35 | 8.69 | - |
| YUV | 142.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 52 | 0.36 | 0 | 0.70 | 0.31 | 90.73 | 0.54 | 0.45 |
| Hex | 70 | AF | 34 | 24 | 0 | 46 | 1F | 5B | 36 | 2D |
| Octal | 160 | 257 | 64 | 44 | 0 | 106 | 37 | 133 | 66 | 55 |
| Binary | 1110000 | 10101111 | 110100 | 100100 | 0 | 1000110 | 11111 | 1011011 | 110110 | 101101 |
Color Harmonies of #70AF34
Complementary color
Monochromatic Colors of #70AF34
Black with #70AF34
Text Example
Text Example
White with #70AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF34; }
p { color: rgb(112,175,52); }
H1.HeaderClassName
{
color: #70AF34;
}
.AnyTagClassName
{
color: #70AF34;
}
</style>
background-color css
<style>
a { background-color: #70AF34; }
a { background-color: rgb(112,175,52); }
div.DivClassName
{
background-color: #70AF34;
}
.BgClassName
{
background-color: #70AF34;
}
</style>
border-color css
<style>
span { border-color: #70AF34; }
span { border-color: rgb(112,175,52); }
td.TdClassName
{
border-color: #70AF34;
}
.TagClassName
{
border-color: #70AF34;
}
</style>