Html Css Color HEX #70E012 Lawn Green

📋 copy color: '#70E012'

red 112 ◦ green 224 ◦ blue 18

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

Shades of Lawn Green #70E012

Tints of Lawn Green #70E012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 31.64%
G = 63.28%
B = 5.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#70E012 (or 0x70E012) is known color: Lawn Green. HEX triplet: 70, E0 and 12. RGB value is (112,224,18). Sum of RGB (Red+Green+Blue) = 112+224+18=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #70E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E012 is #8F1FED. Grayscale: #A7A7A7. Windows color (decimal): -9379822 or 1237104. OLE color: 1237104.

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

Color convert

RGB 112 224 18 -
CMYK 0.50 0 0.92 0.12
HSL 92.62º 0.85% 0.47% -
HSV(B) 92.62º 0.92% 0.88% -
XYZ 33.45 56.8 9.77 -
YUV 167.03 43.89 88.75 -
System Red Green Blue C M Y K H S L
Decimal 112 224 18 0.50 0 0.92 0.12 92.62 0.85 0.47
Hex 70 E0 12 32 0 5C C 5D 55 2F
Octal 160 340 22 62 0 134 14 135 125 57
Binary 1110000 11100000 10010 110010 0 1011100 1100 1011101 1010101 101111

Color Harmonies of #70E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E012

Black with #70E012

Text Example


Text Example

White with #70E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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