Shades of Lima #70D31A
Tints of Lima #70D31A
RGB
CMYK
RGB Variations
Color information
#70D31A (or 0x70D31A) is known color: Lima. HEX triplet: 70, D3 and 1A. RGB value is (112,211,26). Sum of RGB (Red+Green+Blue) = 112+211+26=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #70D31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D31A is #8F2CE5. Grayscale: #A0A0A0. Windows color (decimal): -9383142 or 1758064. OLE color: 1758064.
HSL color Cylindrical-coordinate representation of color #70D31A: hue angle of 92.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70D31A is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 26 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.17 |
| HSL | 92.11º | 0.78% | 0.46% | - |
| HSV(B) | 92.11º | 0.88% | 0.83% | - |
| XYZ | 30.16 | 50.11 | 9.06 | - |
| YUV | 160.31 | 52.2 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 26 | 0.47 | 0 | 0.88 | 0.17 | 92.11 | 0.78 | 0.46 |
| Hex | 70 | D3 | 1A | 2F | 0 | 58 | 11 | 5C | 4E | 2E |
| Octal | 160 | 323 | 32 | 57 | 0 | 130 | 21 | 134 | 116 | 56 |
| Binary | 1110000 | 11010011 | 11010 | 101111 | 0 | 1011000 | 10001 | 1011100 | 1001110 | 101110 |
Color Harmonies of #70D31A
Complementary color
Monochromatic Colors of #70D31A
Black with #70D31A
Text Example
Text Example
White with #70D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D31A; }
p { color: rgb(112,211,26); }
H1.HeaderClassName
{
color: #70D31A;
}
.AnyTagClassName
{
color: #70D31A;
}
</style>
background-color css
<style>
a { background-color: #70D31A; }
a { background-color: rgb(112,211,26); }
div.DivClassName
{
background-color: #70D31A;
}
.BgClassName
{
background-color: #70D31A;
}
</style>
border-color css
<style>
span { border-color: #70D31A; }
span { border-color: rgb(112,211,26); }
td.TdClassName
{
border-color: #70D31A;
}
.TagClassName
{
border-color: #70D31A;
}
</style>