Html Css Color HEX #70E117 Lawn Green

📋 copy color: '#70E117'

red 112 ◦ green 225 ◦ blue 23

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

Shades of Lawn Green #70E117

Tints of Lawn Green #70E117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.5%

 BLUE value IS 23 (9.38% from 255) = 6.39%

R = 31.11%
G = 62.5%
B = 6.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#70E117 (or 0x70E117) is known color: Lawn Green. HEX triplet: 70, E1 and 17. RGB value is (112,225,23). Sum of RGB (Red+Green+Blue) = 112+225+23=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #70E117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E117 is #8F1EE8. Grayscale: #A8A8A8. Windows color (decimal): -9379561 or 1565040. OLE color: 1565040.

HSL color Cylindrical-coordinate representation of color #70E117: hue angle of 93.56º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E117 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 23 -
CMYK 0.50 0 0.90 0.12
HSL 93.56º 0.81% 0.49% -
HSV(B) 93.56º 0.9% 0.88% -
XYZ 33.76 57.36 10.1 -
YUV 168.19 46.06 87.93 -
System Red Green Blue C M Y K H S L
Decimal 112 225 23 0.50 0 0.90 0.12 93.56 0.81 0.49
Hex 70 E1 17 32 0 5A C 5E 51 31
Octal 160 341 27 62 0 132 14 136 121 61
Binary 1110000 11100001 10111 110010 0 1011010 1100 1011110 1010001 110001

Color Harmonies of #70E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E117

Black with #70E117

Text Example


Text Example

White with #70E117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,23); }

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

background-color css

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

 a { background-color: rgb(112,225,23); }

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

border-color css

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

 span { border-color: rgb(112,225,23); }

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