Shades of Lima #70CD1D
Tints of Lima #70CD1D
RGB
CMYK
RGB Variations
Color information
#70CD1D (or 0x70CD1D) is known color: Lima. HEX triplet: 70, CD and 1D. RGB value is (112,205,29). Sum of RGB (Red+Green+Blue) = 112+205+29=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD1D is #8F32E2. Grayscale: #9D9D9D. Windows color (decimal): -9384675 or 1953136. OLE color: 1953136.
HSL color Cylindrical-coordinate representation of color #70CD1D: hue angle of 91.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70CD1D is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 29 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.20 |
| HSL | 91.7º | 0.75% | 0.46% | - |
| HSV(B) | 91.7º | 0.86% | 0.8% | - |
| XYZ | 28.74 | 47.2 | 8.76 | - |
| YUV | 157.13 | 55.69 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 29 | 0.45 | 0 | 0.86 | 0.20 | 91.7 | 0.75 | 0.46 |
| Hex | 70 | CD | 1D | 2D | 0 | 56 | 14 | 5C | 4B | 2E |
| Octal | 160 | 315 | 35 | 55 | 0 | 126 | 24 | 134 | 113 | 56 |
| Binary | 1110000 | 11001101 | 11101 | 101101 | 0 | 1010110 | 10100 | 1011100 | 1001011 | 101110 |
Color Harmonies of #70CD1D
Complementary color
Monochromatic Colors of #70CD1D
Black with #70CD1D
Text Example
Text Example
White with #70CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CD1D; }
p { color: rgb(112,205,29); }
H1.HeaderClassName
{
color: #70CD1D;
}
.AnyTagClassName
{
color: #70CD1D;
}
</style>
background-color css
<style>
a { background-color: #70CD1D; }
a { background-color: rgb(112,205,29); }
div.DivClassName
{
background-color: #70CD1D;
}
.BgClassName
{
background-color: #70CD1D;
}
</style>
border-color css
<style>
span { border-color: #70CD1D; }
span { border-color: rgb(112,205,29); }
td.TdClassName
{
border-color: #70CD1D;
}
.TagClassName
{
border-color: #70CD1D;
}
</style>