Html Css Color HEX #70E113 Lawn Green

📋 copy color: '#70E113'

red 112 ◦ green 225 ◦ blue 19

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

Shades of Lawn Green #70E113

Tints of Lawn Green #70E113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 31.46%
G = 63.2%
B = 5.34%

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

#70E113 (or 0x70E113) is known color: Lawn Green. HEX triplet: 70, E1 and 13. RGB value is (112,225,19). Sum of RGB (Red+Green+Blue) = 112+225+19=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #70E113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E113 is #8F1EEC. Grayscale: #A8A8A8. Windows color (decimal): -9379565 or 1302896. OLE color: 1302896.

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

Color convert

RGB 112 225 19 -
CMYK 0.50 0 0.92 0.12
HSL 92.91º 0.84% 0.48% -
HSV(B) 92.91º 0.92% 0.88% -
XYZ 33.72 57.34 9.91 -
YUV 167.73 44.06 88.25 -
System Red Green Blue C M Y K H S L
Decimal 112 225 19 0.50 0 0.92 0.12 92.91 0.84 0.48
Hex 70 E1 13 32 0 5C C 5D 54 30
Octal 160 341 23 62 0 134 14 135 124 60
Binary 1110000 11100001 10011 110010 0 1011100 1100 1011101 1010100 110000

Color Harmonies of #70E113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E113

Black with #70E113

Text Example


Text Example

White with #70E113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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