Html Css Color HEX #70E320 Lawn Green

📋 copy color: '#70E320'

red 112 ◦ green 227 ◦ blue 32

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

Shades of Lawn Green #70E320

Tints of Lawn Green #70E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.19%

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

R = 30.19%
G = 61.19%
B = 8.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#70E320 (or 0x70E320) is known color: Lawn Green. HEX triplet: 70, E3 and 20. RGB value is (112,227,32). Sum of RGB (Red+Green+Blue) = 112+227+32=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #70E320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E320 is #8F1CDF. Grayscale: #ABABAB. Windows color (decimal): -9379040 or 2155376. OLE color: 2155376.

HSL color Cylindrical-coordinate representation of color #70E320: hue angle of 95.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70E320 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 32 -
CMYK 0.51 0 0.86 0.11
HSL 95.38º 0.78% 0.51% -
HSV(B) 95.38º 0.86% 0.89% -
XYZ 34.41 58.49 10.84 -
YUV 170.39 49.9 86.36 -
System Red Green Blue C M Y K H S L
Decimal 112 227 32 0.51 0 0.86 0.11 95.38 0.78 0.51
Hex 70 E3 20 33 0 56 B 5F 4E 33
Octal 160 343 40 63 0 126 13 137 116 63
Binary 1110000 11100011 100000 110011 0 1010110 1011 1011111 1001110 110011

Color Harmonies of #70E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E320

Black with #70E320

Text Example


Text Example

White with #70E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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