Shades of Lima #70D529
Tints of Lima #70D529
RGB
CMYK
RGB Variations
Color information
#70D529 (or 0x70D529) is known color: Lima. HEX triplet: 70, D5 and 29. RGB value is (112,213,41). Sum of RGB (Red+Green+Blue) = 112+213+41=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #70D529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D529 is #8F2AD6. Grayscale: #A3A3A3. Windows color (decimal): -9382615 or 2741616. OLE color: 2741616.
HSL color Cylindrical-coordinate representation of color #70D529: hue angle of 95.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70D529 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 41 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.16 |
| HSL | 95.23º | 0.68% | 0.5% | - |
| HSV(B) | 95.23º | 0.81% | 0.84% | - |
| XYZ | 30.88 | 51.19 | 10.35 | - |
| YUV | 163.19 | 59.04 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 41 | 0.47 | 0 | 0.81 | 0.16 | 95.23 | 0.68 | 0.5 |
| Hex | 70 | D5 | 29 | 2F | 0 | 51 | 10 | 5F | 44 | 32 |
| Octal | 160 | 325 | 51 | 57 | 0 | 121 | 20 | 137 | 104 | 62 |
| Binary | 1110000 | 11010101 | 101001 | 101111 | 0 | 1010001 | 10000 | 1011111 | 1000100 | 110010 |
Color Harmonies of #70D529
Complementary color
Monochromatic Colors of #70D529
Black with #70D529
Text Example
Text Example
White with #70D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D529; }
p { color: rgb(112,213,41); }
H1.HeaderClassName
{
color: #70D529;
}
.AnyTagClassName
{
color: #70D529;
}
</style>
background-color css
<style>
a { background-color: #70D529; }
a { background-color: rgb(112,213,41); }
div.DivClassName
{
background-color: #70D529;
}
.BgClassName
{
background-color: #70D529;
}
</style>
border-color css
<style>
span { border-color: #70D529; }
span { border-color: rgb(112,213,41); }
td.TdClassName
{
border-color: #70D529;
}
.TagClassName
{
border-color: #70D529;
}
</style>