Shades of Lima #70D01D
Tints of Lima #70D01D
RGB
CMYK
RGB Variations
Color information
#70D01D (or 0x70D01D) is known color: Lima. HEX triplet: 70, D0 and 1D. RGB value is (112,208,29). Sum of RGB (Red+Green+Blue) = 112+208+29=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #70D01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D01D is #8F2FE2. Grayscale: #9F9F9F. Windows color (decimal): -9383907 or 1953904. OLE color: 1953904.
HSL color Cylindrical-coordinate representation of color #70D01D: hue angle of 92.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70D01D is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 29 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.18 |
| HSL | 92.18º | 0.76% | 0.46% | - |
| HSV(B) | 92.18º | 0.86% | 0.82% | - |
| XYZ | 29.46 | 48.65 | 9 | - |
| YUV | 158.89 | 54.7 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 29 | 0.46 | 0 | 0.86 | 0.18 | 92.18 | 0.76 | 0.46 |
| Hex | 70 | D0 | 1D | 2E | 0 | 56 | 12 | 5C | 4C | 2E |
| Octal | 160 | 320 | 35 | 56 | 0 | 126 | 22 | 134 | 114 | 56 |
| Binary | 1110000 | 11010000 | 11101 | 101110 | 0 | 1010110 | 10010 | 1011100 | 1001100 | 101110 |
Color Harmonies of #70D01D
Complementary color
Monochromatic Colors of #70D01D
Black with #70D01D
Text Example
Text Example
White with #70D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D01D; }
p { color: rgb(112,208,29); }
H1.HeaderClassName
{
color: #70D01D;
}
.AnyTagClassName
{
color: #70D01D;
}
</style>
background-color css
<style>
a { background-color: #70D01D; }
a { background-color: rgb(112,208,29); }
div.DivClassName
{
background-color: #70D01D;
}
.BgClassName
{
background-color: #70D01D;
}
</style>
border-color css
<style>
span { border-color: #70D01D; }
span { border-color: rgb(112,208,29); }
td.TdClassName
{
border-color: #70D01D;
}
.TagClassName
{
border-color: #70D01D;
}
</style>