Html Css Color HEX #70E017 Lawn Green

📋 copy color: '#70E017'

red 112 ◦ green 224 ◦ blue 23

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

Shades of Lawn Green #70E017

Tints of Lawn Green #70E017

RGB

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

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

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

R = 31.2%
G = 62.4%
B = 6.41%

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

#70E017 (or 0x70E017) is known color: Lawn Green. HEX triplet: 70, E0 and 17. RGB value is (112,224,23). Sum of RGB (Red+Green+Blue) = 112+224+23=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #70E017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E017 is #8F1FE8. Grayscale: #A8A8A8. Windows color (decimal): -9379817 or 1564784. OLE color: 1564784.

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

Color convert

RGB 112 224 23 -
CMYK 0.50 0 0.90 0.12
HSL 93.43º 0.81% 0.48% -
HSV(B) 93.43º 0.9% 0.88% -
XYZ 33.49 56.82 10.01 -
YUV 167.6 46.39 88.34 -
System Red Green Blue C M Y K H S L
Decimal 112 224 23 0.50 0 0.90 0.12 93.43 0.81 0.48
Hex 70 E0 17 32 0 5A C 5D 51 30
Octal 160 340 27 62 0 132 14 135 121 60
Binary 1110000 11100000 10111 110010 0 1011010 1100 1011101 1010001 110000

Color Harmonies of #70E017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E017

Black with #70E017

Text Example


Text Example

White with #70E017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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