Shades of Lima #70D51B
Tints of Lima #70D51B
RGB
CMYK
RGB Variations
Color information
#70D51B (or 0x70D51B) is known color: Lima. HEX triplet: 70, D5 and 1B. RGB value is (112,213,27). Sum of RGB (Red+Green+Blue) = 112+213+27=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #70D51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D51B is #8F2AE4. Grayscale: #A2A2A2. Windows color (decimal): -9382629 or 1824112. OLE color: 1824112.
HSL color Cylindrical-coordinate representation of color #70D51B: hue angle of 92.58º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70D51B is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 27 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.16 |
| HSL | 92.58º | 0.78% | 0.47% | - |
| HSV(B) | 92.58º | 0.87% | 0.84% | - |
| XYZ | 30.67 | 51.11 | 9.29 | - |
| YUV | 161.6 | 52.04 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 27 | 0.47 | 0 | 0.87 | 0.16 | 92.58 | 0.78 | 0.47 |
| Hex | 70 | D5 | 1B | 2F | 0 | 57 | 10 | 5D | 4E | 2F |
| Octal | 160 | 325 | 33 | 57 | 0 | 127 | 20 | 135 | 116 | 57 |
| Binary | 1110000 | 11010101 | 11011 | 101111 | 0 | 1010111 | 10000 | 1011101 | 1001110 | 101111 |
Color Harmonies of #70D51B
Complementary color
Monochromatic Colors of #70D51B
Black with #70D51B
Text Example
Text Example
White with #70D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D51B; }
p { color: rgb(112,213,27); }
H1.HeaderClassName
{
color: #70D51B;
}
.AnyTagClassName
{
color: #70D51B;
}
</style>
background-color css
<style>
a { background-color: #70D51B; }
a { background-color: rgb(112,213,27); }
div.DivClassName
{
background-color: #70D51B;
}
.BgClassName
{
background-color: #70D51B;
}
</style>
border-color css
<style>
span { border-color: #70D51B; }
span { border-color: rgb(112,213,27); }
td.TdClassName
{
border-color: #70D51B;
}
.TagClassName
{
border-color: #70D51B;
}
</style>