Shades of Lawn Green #70DC24
Tints of Lawn Green #70DC24
RGB
CMYK
RGB Variations
Color information
#70DC24 (or 0x70DC24) is known color: Lawn Green. HEX triplet: 70, DC and 24. RGB value is (112,220,36). Sum of RGB (Red+Green+Blue) = 112+220+36=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC24 is #8F23DB. Grayscale: #A7A7A7. Windows color (decimal): -9380828 or 2415728. OLE color: 2415728.
HSL color Cylindrical-coordinate representation of color #70DC24: hue angle of 95.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70DC24 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 36 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.14 |
| HSL | 95.22º | 0.72% | 0.5% | - |
| HSV(B) | 95.22º | 0.84% | 0.86% | - |
| XYZ | 32.59 | 54.76 | 10.52 | - |
| YUV | 166.73 | 54.22 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 36 | 0.49 | 0 | 0.84 | 0.14 | 95.22 | 0.72 | 0.5 |
| Hex | 70 | DC | 24 | 31 | 0 | 54 | E | 5F | 48 | 32 |
| Octal | 160 | 334 | 44 | 61 | 0 | 124 | 16 | 137 | 110 | 62 |
| Binary | 1110000 | 11011100 | 100100 | 110001 | 0 | 1010100 | 1110 | 1011111 | 1001000 | 110010 |
Color Harmonies of #70DC24
Complementary color
Monochromatic Colors of #70DC24
Black with #70DC24
Text Example
Text Example
White with #70DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC24; }
p { color: rgb(112,220,36); }
H1.HeaderClassName
{
color: #70DC24;
}
.AnyTagClassName
{
color: #70DC24;
}
</style>
background-color css
<style>
a { background-color: #70DC24; }
a { background-color: rgb(112,220,36); }
div.DivClassName
{
background-color: #70DC24;
}
.BgClassName
{
background-color: #70DC24;
}
</style>
border-color css
<style>
span { border-color: #70DC24; }
span { border-color: rgb(112,220,36); }
td.TdClassName
{
border-color: #70DC24;
}
.TagClassName
{
border-color: #70DC24;
}
</style>