Html Css Color HEX #70E702 Lawn Green

📋 copy color: '#70E702'

red 112 ◦ green 231 ◦ blue 2

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

Shades of Lawn Green #70E702

Tints of Lawn Green #70E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.96%

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

R = 32.46%
G = 66.96%
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

#70E702 (or 0x70E702) is known color: Lawn Green. HEX triplet: 70, E7 and 02. RGB value is (112,231,2). Sum of RGB (Red+Green+Blue) = 112+231+2=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #70E702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E702 is #8F18FD. Grayscale: #AAAAAA. Windows color (decimal): -9378046 or 190320. OLE color: 190320.

HSL color Cylindrical-coordinate representation of color #70E702: hue angle of 91.18º 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 #70E702 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 2 -
CMYK 0.52 0 0.99 0.09
HSL 91.18º 0.98% 0.46% -
HSV(B) 91.18º 0.99% 0.91% -
XYZ 35.27 60.6 9.9 -
YUV 169.31 33.58 87.12 -
System Red Green Blue C M Y K H S L
Decimal 112 231 2 0.52 0 0.99 0.09 91.18 0.98 0.46
Hex 70 E7 2 34 0 63 9 5B 62 2E
Octal 160 347 2 64 0 143 11 133 142 56
Binary 1110000 11100111 10 110100 0 1100011 1001 1011011 1100010 101110

Color Harmonies of #70E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E702

Black with #70E702

Text Example


Text Example

White with #70E702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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