Html Css Color HEX #70E802 Lawn Green

📋 copy color: '#70E802'

red 112 ◦ green 232 ◦ blue 2

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

Shades of Lawn Green #70E802

Tints of Lawn Green #70E802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 67.05%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 32.37%
G = 67.05%
B = 0.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#70E802 (or 0x70E802) is known color: Lawn Green. HEX triplet: 70, E8 and 02. RGB value is (112,232,2). Sum of RGB (Red+Green+Blue) = 112+232+2=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 232 (91.02% from 255 or 67.05% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 232 - color contains mainly: green. Hex color #70E802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E802 is #8F17FD. Grayscale: #AAAAAA. Windows color (decimal): -9377790 or 190576. OLE color: 190576.

HSL color Cylindrical-coordinate representation of color #70E802: hue angle of 91.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70E802 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 2 -
CMYK 0.52 0 0.99 0.09
HSL 91.3º 0.98% 0.46% -
HSV(B) 91.3º 0.99% 0.91% -
XYZ 35.55 61.16 9.99 -
YUV 169.9 33.24 86.7 -
System Red Green Blue C M Y K H S L
Decimal 112 232 2 0.52 0 0.99 0.09 91.3 0.98 0.46
Hex 70 E8 2 34 0 63 9 5B 62 2E
Octal 160 350 2 64 0 143 11 133 142 56
Binary 1110000 11101000 10 110100 0 1100011 1001 1011011 1100010 101110

Color Harmonies of #70E802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E802

Black with #70E802

Text Example


Text Example

White with #70E802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,2); }

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

background-color css

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

 a { background-color: rgb(112,232,2); }

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

border-color css

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

 span { border-color: rgb(112,232,2); }

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