Shades of Lima #70CE1E
Tints of Lima #70CE1E
RGB
CMYK
RGB Variations
Color information
#70CE1E (or 0x70CE1E) is known color: Lima. HEX triplet: 70, CE and 1E. RGB value is (112,206,30). Sum of RGB (Red+Green+Blue) = 112+206+30=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE1E is #8F31E1. Grayscale: #9E9E9E. Windows color (decimal): -9384418 or 2018928. OLE color: 2018928.
HSL color Cylindrical-coordinate representation of color #70CE1E: hue angle of 92.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70CE1E is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 30 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.19 |
| HSL | 92.05º | 0.75% | 0.46% | - |
| HSV(B) | 92.05º | 0.85% | 0.81% | - |
| XYZ | 28.99 | 47.68 | 8.9 | - |
| YUV | 157.83 | 55.86 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 30 | 0.46 | 0 | 0.85 | 0.19 | 92.05 | 0.75 | 0.46 |
| Hex | 70 | CE | 1E | 2E | 0 | 55 | 13 | 5C | 4B | 2E |
| Octal | 160 | 316 | 36 | 56 | 0 | 125 | 23 | 134 | 113 | 56 |
| Binary | 1110000 | 11001110 | 11110 | 101110 | 0 | 1010101 | 10011 | 1011100 | 1001011 | 101110 |
Color Harmonies of #70CE1E
Complementary color
Monochromatic Colors of #70CE1E
Black with #70CE1E
Text Example
Text Example
White with #70CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE1E; }
p { color: rgb(112,206,30); }
H1.HeaderClassName
{
color: #70CE1E;
}
.AnyTagClassName
{
color: #70CE1E;
}
</style>
background-color css
<style>
a { background-color: #70CE1E; }
a { background-color: rgb(112,206,30); }
div.DivClassName
{
background-color: #70CE1E;
}
.BgClassName
{
background-color: #70CE1E;
}
</style>
border-color css
<style>
span { border-color: #70CE1E; }
span { border-color: rgb(112,206,30); }
td.TdClassName
{
border-color: #70CE1E;
}
.TagClassName
{
border-color: #70CE1E;
}
</style>