Html Css Color HEX #70E010 Lawn Green

📋 copy color: '#70E010'

red 112 ◦ green 224 ◦ blue 16

#70E010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #70E010

Tints of Lawn Green #70E010

RGB

 RED value IS 112 (44.14% from 255) = 31.82%

 GREEN value IS 224 (87.89% from 255) = 63.64%

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 31.82%
G = 63.64%
B = 4.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70E010 (or 0x70E010) is known color: Lawn Green. HEX triplet: 70, E0 and 10. RGB value is (112,224,16). Sum of RGB (Red+Green+Blue) = 112+224+16=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #70E010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E010 is #8F1FEF. Grayscale: #A7A7A7. Windows color (decimal): -9379824 or 1106032. OLE color: 1106032.

HSL color Cylindrical-coordinate representation of color #70E010: hue angle of 92.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70E010 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 16 -
CMYK 0.50 0 0.93 0.12
HSL 92.31º 0.87% 0.47% -
HSV(B) 92.31º 0.93% 0.88% -
XYZ 33.43 56.79 9.69 -
YUV 166.8 42.89 88.91 -
System Red Green Blue C M Y K H S L
Decimal 112 224 16 0.50 0 0.93 0.12 92.31 0.87 0.47
Hex 70 E0 10 32 0 5D C 5C 57 2F
Octal 160 340 20 62 0 135 14 134 127 57
Binary 1110000 11100000 10000 110010 0 1011101 1100 1011100 1010111 101111

Color Harmonies of #70E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E010

Black with #70E010

Text Example


Text Example

White with #70E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70E010; }

 p { color: rgb(112,224,16); }

 H1.HeaderClassName
 {
   color: #70E010;
 }
 .AnyTagClassName
 {
   color: #70E010;
 }
</style>

background-color css

<style>
 a { background-color: #70E010; }

 a { background-color: rgb(112,224,16); }

 div.DivClassName
 {
   background-color: #70E010;
 }
 .BgClassName
 {
   background-color: #70E010;
 }
</style>

border-color css

<style>
 span { border-color: #70E010; }

 span { border-color: rgb(112,224,16); }

 td.TdClassName
 {
   border-color: #70E010;
 }
 .TagClassName
 {
   border-color: #70E010;
 }
</style>