Shades of Lima #70CA2B
Tints of Lima #70CA2B
RGB
CMYK
RGB Variations
Color information
#70CA2B (or 0x70CA2B) is known color: Lima. HEX triplet: 70, CA and 2B. RGB value is (112,202,43). Sum of RGB (Red+Green+Blue) = 112+202+43=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA2B is #8F35D4. Grayscale: #9D9D9D. Windows color (decimal): -9385429 or 2869872. OLE color: 2869872.
HSL color Cylindrical-coordinate representation of color #70CA2B: hue angle of 93.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70CA2B is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 43 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.21 |
| HSL | 93.96º | 0.65% | 0.48% | - |
| HSV(B) | 93.96º | 0.79% | 0.79% | - |
| XYZ | 28.24 | 45.86 | 9.65 | - |
| YUV | 156.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 43 | 0.45 | 0 | 0.79 | 0.21 | 93.96 | 0.65 | 0.48 |
| Hex | 70 | CA | 2B | 2D | 0 | 4F | 15 | 5E | 41 | 30 |
| Octal | 160 | 312 | 53 | 55 | 0 | 117 | 25 | 136 | 101 | 60 |
| Binary | 1110000 | 11001010 | 101011 | 101101 | 0 | 1001111 | 10101 | 1011110 | 1000001 | 110000 |
Color Harmonies of #70CA2B
Complementary color
Monochromatic Colors of #70CA2B
Black with #70CA2B
Text Example
Text Example
White with #70CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA2B; }
p { color: rgb(112,202,43); }
H1.HeaderClassName
{
color: #70CA2B;
}
.AnyTagClassName
{
color: #70CA2B;
}
</style>
background-color css
<style>
a { background-color: #70CA2B; }
a { background-color: rgb(112,202,43); }
div.DivClassName
{
background-color: #70CA2B;
}
.BgClassName
{
background-color: #70CA2B;
}
</style>
border-color css
<style>
span { border-color: #70CA2B; }
span { border-color: rgb(112,202,43); }
td.TdClassName
{
border-color: #70CA2B;
}
.TagClassName
{
border-color: #70CA2B;
}
</style>