Html Css Color HEX #70E210 Lawn Green

📋 copy color: '#70E210'

red 112 ◦ green 226 ◦ blue 16

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

Shades of Lawn Green #70E210

Tints of Lawn Green #70E210

RGB

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

 GREEN value IS 226 (88.67% from 255) = 63.84%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 31.64%
G = 63.84%
B = 4.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#70E210 (or 0x70E210) is known color: Lawn Green. HEX triplet: 70, E2 and 10. RGB value is (112,226,16). Sum of RGB (Red+Green+Blue) = 112+226+16=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #70E210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E210 is #8F1DEF. Grayscale: #A8A8A8. Windows color (decimal): -9379312 or 1106544. OLE color: 1106544.

HSL color Cylindrical-coordinate representation of color #70E210: hue angle of 92.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70E210 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 16 -
CMYK 0.50 0 0.93 0.11
HSL 92.57º 0.87% 0.47% -
HSV(B) 92.57º 0.93% 0.89% -
XYZ 33.97 57.87 9.87 -
YUV 167.97 42.23 88.08 -
System Red Green Blue C M Y K H S L
Decimal 112 226 16 0.50 0 0.93 0.11 92.57 0.87 0.47
Hex 70 E2 10 32 0 5D B 5D 57 2F
Octal 160 342 20 62 0 135 13 135 127 57
Binary 1110000 11100010 10000 110010 0 1011101 1011 1011101 1010111 101111

Color Harmonies of #70E210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E210

Black with #70E210

Text Example


Text Example

White with #70E210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,16); }

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

background-color css

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

 a { background-color: rgb(112,226,16); }

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

border-color css

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

 span { border-color: rgb(112,226,16); }

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