Html Css Color HEX #70D612 Lawn Green

📋 copy color: '#70D612'

red 112 ◦ green 214 ◦ blue 18

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

Shades of Lawn Green #70D612

Tints of Lawn Green #70D612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.21%

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

R = 32.56%
G = 62.21%
B = 5.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#70D612 (or 0x70D612) is known color: Lawn Green. HEX triplet: 70, D6 and 12. RGB value is (112,214,18). Sum of RGB (Red+Green+Blue) = 112+214+18=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #70D612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D612 is #8F29ED. Grayscale: #A1A1A1. Windows color (decimal): -9382382 or 1234544. OLE color: 1234544.

HSL color Cylindrical-coordinate representation of color #70D612: hue angle of 91.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70D612 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 18 -
CMYK 0.48 0 0.92 0.16
HSL 91.22º 0.84% 0.45% -
HSV(B) 91.22º 0.92% 0.84% -
XYZ 30.84 51.58 8.9 -
YUV 161.16 47.21 92.94 -
System Red Green Blue C M Y K H S L
Decimal 112 214 18 0.48 0 0.92 0.16 91.22 0.84 0.45
Hex 70 D6 12 30 0 5C 10 5B 54 2D
Octal 160 326 22 60 0 134 20 133 124 55
Binary 1110000 11010110 10010 110000 0 1011100 10000 1011011 1010100 101101

Color Harmonies of #70D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D612

Black with #70D612

Text Example


Text Example

White with #70D612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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