Html Css Color HEX #70D512 Lawn Green

📋 copy color: '#70D512'

red 112 ◦ green 213 ◦ blue 18

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

Shades of Lawn Green #70D512

Tints of Lawn Green #70D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

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

R = 32.65%
G = 62.1%
B = 5.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#70D512 (or 0x70D512) is known color: Lawn Green. HEX triplet: 70, D5 and 12. RGB value is (112,213,18). Sum of RGB (Red+Green+Blue) = 112+213+18=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #70D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D512 is #8F2AED. Grayscale: #A1A1A1. Windows color (decimal): -9382638 or 1234288. OLE color: 1234288.

HSL color Cylindrical-coordinate representation of color #70D512: hue angle of 91.08º 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 #70D512 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 18 -
CMYK 0.47 0 0.92 0.16
HSL 91.08º 0.84% 0.45% -
HSV(B) 91.08º 0.92% 0.84% -
XYZ 30.59 51.08 8.82 -
YUV 160.57 47.54 93.36 -
System Red Green Blue C M Y K H S L
Decimal 112 213 18 0.47 0 0.92 0.16 91.08 0.84 0.45
Hex 70 D5 12 2F 0 5C 10 5B 54 2D
Octal 160 325 22 57 0 134 20 133 124 55
Binary 1110000 11010101 10010 101111 0 1011100 10000 1011011 1010100 101101

Color Harmonies of #70D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D512

Black with #70D512

Text Example


Text Example

White with #70D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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