Html Css Color HEX #70E111 Lawn Green

📋 copy color: '#70E111'

red 112 ◦ green 225 ◦ blue 17

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

Shades of Lawn Green #70E111

Tints of Lawn Green #70E111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 31.64%
G = 63.56%
B = 4.8%

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

#70E111 (or 0x70E111) is known color: Lawn Green. HEX triplet: 70, E1 and 11. RGB value is (112,225,17). Sum of RGB (Red+Green+Blue) = 112+225+17=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #70E111 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E111 is #8F1EEE. Grayscale: #A8A8A8. Windows color (decimal): -9379567 or 1171824. OLE color: 1171824.

HSL color Cylindrical-coordinate representation of color #70E111: hue angle of 92.6º degrees, saturation: 0.86, 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 #70E111 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 17 -
CMYK 0.50 0 0.92 0.12
HSL 92.6º 0.86% 0.47% -
HSV(B) 92.6º 0.92% 0.88% -
XYZ 33.71 57.34 9.82 -
YUV 167.5 43.06 88.41 -
System Red Green Blue C M Y K H S L
Decimal 112 225 17 0.50 0 0.92 0.12 92.6 0.86 0.47
Hex 70 E1 11 32 0 5C C 5D 56 2F
Octal 160 341 21 62 0 134 14 135 126 57
Binary 1110000 11100001 10001 110010 0 1011100 1100 1011101 1010110 101111

Color Harmonies of #70E111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E111

Black with #70E111

Text Example


Text Example

White with #70E111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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