Html Css Color HEX #70E720 Lawn Green

📋 copy color: '#70E720'

red 112 ◦ green 231 ◦ blue 32

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

Shades of Lawn Green #70E720

Tints of Lawn Green #70E720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 29.87%
G = 61.6%
B = 8.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#70E720 (or 0x70E720) is known color: Lawn Green. HEX triplet: 70, E7 and 20. RGB value is (112,231,32). Sum of RGB (Red+Green+Blue) = 112+231+32=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #70E720 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E720 is #8F18DF. Grayscale: #ADADAD. Windows color (decimal): -9378016 or 2156400. OLE color: 2156400.

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

Color convert

RGB 112 231 32 -
CMYK 0.52 0 0.86 0.09
HSL 95.88º 0.81% 0.52% -
HSV(B) 95.88º 0.86% 0.91% -
XYZ 35.52 60.7 11.21 -
YUV 172.73 48.58 84.68 -
System Red Green Blue C M Y K H S L
Decimal 112 231 32 0.52 0 0.86 0.09 95.88 0.81 0.52
Hex 70 E7 20 34 0 56 9 60 51 34
Octal 160 347 40 64 0 126 11 140 121 64
Binary 1110000 11100111 100000 110100 0 1010110 1001 1100000 1010001 110100

Color Harmonies of #70E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E720

Black with #70E720

Text Example


Text Example

White with #70E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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