Shades of Lima #70D124
Tints of Lima #70D124
RGB
CMYK
RGB Variations
Color information
#70D124 (or 0x70D124) is known color: Lima. HEX triplet: 70, D1 and 24. RGB value is (112,209,36). Sum of RGB (Red+Green+Blue) = 112+209+36=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #70D124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D124 is #8F2EDB. Grayscale: #A0A0A0. Windows color (decimal): -9383644 or 2412912. OLE color: 2412912.
HSL color Cylindrical-coordinate representation of color #70D124: hue angle of 93.64º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70D124 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 36 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.18 |
| HSL | 93.64º | 0.71% | 0.48% | - |
| HSV(B) | 93.64º | 0.83% | 0.82% | - |
| XYZ | 29.8 | 49.17 | 9.59 | - |
| YUV | 160.28 | 57.86 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 36 | 0.46 | 0 | 0.83 | 0.18 | 93.64 | 0.71 | 0.48 |
| Hex | 70 | D1 | 24 | 2E | 0 | 53 | 12 | 5E | 47 | 30 |
| Octal | 160 | 321 | 44 | 56 | 0 | 123 | 22 | 136 | 107 | 60 |
| Binary | 1110000 | 11010001 | 100100 | 101110 | 0 | 1010011 | 10010 | 1011110 | 1000111 | 110000 |
Color Harmonies of #70D124
Complementary color
Monochromatic Colors of #70D124
Black with #70D124
Text Example
Text Example
White with #70D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D124; }
p { color: rgb(112,209,36); }
H1.HeaderClassName
{
color: #70D124;
}
.AnyTagClassName
{
color: #70D124;
}
</style>
background-color css
<style>
a { background-color: #70D124; }
a { background-color: rgb(112,209,36); }
div.DivClassName
{
background-color: #70D124;
}
.BgClassName
{
background-color: #70D124;
}
</style>
border-color css
<style>
span { border-color: #70D124; }
span { border-color: rgb(112,209,36); }
td.TdClassName
{
border-color: #70D124;
}
.TagClassName
{
border-color: #70D124;
}
</style>