Shades of Lima #70D22B
Tints of Lima #70D22B
RGB
CMYK
RGB Variations
Color information
#70D22B (or 0x70D22B) is known color: Lima. HEX triplet: 70, D2 and 2B. RGB value is (112,210,43). Sum of RGB (Red+Green+Blue) = 112+210+43=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #70D22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D22B is #8F2DD4. Grayscale: #A2A2A2. Windows color (decimal): -9383381 or 2871920. OLE color: 2871920.
HSL color Cylindrical-coordinate representation of color #70D22B: hue angle of 95.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70D22B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 43 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.18 |
| HSL | 95.21º | 0.66% | 0.5% | - |
| HSV(B) | 95.21º | 0.8% | 0.82% | - |
| XYZ | 30.16 | 49.71 | 10.29 | - |
| YUV | 161.66 | 61.03 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 43 | 0.47 | 0 | 0.80 | 0.18 | 95.21 | 0.66 | 0.5 |
| Hex | 70 | D2 | 2B | 2F | 0 | 50 | 12 | 5F | 42 | 32 |
| Octal | 160 | 322 | 53 | 57 | 0 | 120 | 22 | 137 | 102 | 62 |
| Binary | 1110000 | 11010010 | 101011 | 101111 | 0 | 1010000 | 10010 | 1011111 | 1000010 | 110010 |
Color Harmonies of #70D22B
Complementary color
Monochromatic Colors of #70D22B
Black with #70D22B
Text Example
Text Example
White with #70D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D22B; }
p { color: rgb(112,210,43); }
H1.HeaderClassName
{
color: #70D22B;
}
.AnyTagClassName
{
color: #70D22B;
}
</style>
background-color css
<style>
a { background-color: #70D22B; }
a { background-color: rgb(112,210,43); }
div.DivClassName
{
background-color: #70D22B;
}
.BgClassName
{
background-color: #70D22B;
}
</style>
border-color css
<style>
span { border-color: #70D22B; }
span { border-color: rgb(112,210,43); }
td.TdClassName
{
border-color: #70D22B;
}
.TagClassName
{
border-color: #70D22B;
}
</style>