Shades of Lima #70AF33
Tints of Lima #70AF33
RGB
CMYK
RGB Variations
Color information
#70AF33 (or 0x70AF33) is known color: Lima. HEX triplet: 70, AF and 33. RGB value is (112,175,51). Sum of RGB (Red+Green+Blue) = 112+175+51=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF33 is #8F50CC. Grayscale: #8E8E8E. Windows color (decimal): -9392333 or 3387248. OLE color: 3387248.
HSL color Cylindrical-coordinate representation of color #70AF33: hue angle of 90.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70AF33 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 51 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.31 |
| HSL | 90.48º | 0.55% | 0.44% | - |
| HSV(B) | 90.48º | 0.71% | 0.69% | - |
| XYZ | 22.61 | 34.34 | 8.57 | - |
| YUV | 142.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 51 | 0.36 | 0 | 0.71 | 0.31 | 90.48 | 0.55 | 0.44 |
| Hex | 70 | AF | 33 | 24 | 0 | 47 | 1F | 5A | 37 | 2C |
| Octal | 160 | 257 | 63 | 44 | 0 | 107 | 37 | 132 | 67 | 54 |
| Binary | 1110000 | 10101111 | 110011 | 100100 | 0 | 1000111 | 11111 | 1011010 | 110111 | 101100 |
Color Harmonies of #70AF33
Complementary color
Monochromatic Colors of #70AF33
Black with #70AF33
Text Example
Text Example
White with #70AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF33; }
p { color: rgb(112,175,51); }
H1.HeaderClassName
{
color: #70AF33;
}
.AnyTagClassName
{
color: #70AF33;
}
</style>
background-color css
<style>
a { background-color: #70AF33; }
a { background-color: rgb(112,175,51); }
div.DivClassName
{
background-color: #70AF33;
}
.BgClassName
{
background-color: #70AF33;
}
</style>
border-color css
<style>
span { border-color: #70AF33; }
span { border-color: rgb(112,175,51); }
td.TdClassName
{
border-color: #70AF33;
}
.TagClassName
{
border-color: #70AF33;
}
</style>