Shades of Lawn Green #70DE1C
Tints of Lawn Green #70DE1C
RGB
CMYK
RGB Variations
Color information
#70DE1C (or 0x70DE1C) is known color: Lawn Green. HEX triplet: 70, DE and 1C. RGB value is (112,222,28). Sum of RGB (Red+Green+Blue) = 112+222+28=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE1C is #8F21E3. Grayscale: #A7A7A7. Windows color (decimal): -9380324 or 1891952. OLE color: 1891952.
HSL color Cylindrical-coordinate representation of color #70DE1C: hue angle of 94.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70DE1C is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 28 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.13 |
| HSL | 94.02º | 0.78% | 0.49% | - |
| HSV(B) | 94.02º | 0.87% | 0.87% | - |
| XYZ | 33.01 | 55.77 | 10.12 | - |
| YUV | 166.99 | 49.56 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 28 | 0.50 | 0 | 0.87 | 0.13 | 94.02 | 0.78 | 0.49 |
| Hex | 70 | DE | 1C | 32 | 0 | 57 | D | 5E | 4E | 31 |
| Octal | 160 | 336 | 34 | 62 | 0 | 127 | 15 | 136 | 116 | 61 |
| Binary | 1110000 | 11011110 | 11100 | 110010 | 0 | 1010111 | 1101 | 1011110 | 1001110 | 110001 |
Color Harmonies of #70DE1C
Complementary color
Monochromatic Colors of #70DE1C
Black with #70DE1C
Text Example
Text Example
White with #70DE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DE1C; }
p { color: rgb(112,222,28); }
H1.HeaderClassName
{
color: #70DE1C;
}
.AnyTagClassName
{
color: #70DE1C;
}
</style>
background-color css
<style>
a { background-color: #70DE1C; }
a { background-color: rgb(112,222,28); }
div.DivClassName
{
background-color: #70DE1C;
}
.BgClassName
{
background-color: #70DE1C;
}
</style>
border-color css
<style>
span { border-color: #70DE1C; }
span { border-color: rgb(112,222,28); }
td.TdClassName
{
border-color: #70DE1C;
}
.TagClassName
{
border-color: #70DE1C;
}
</style>