Html Css Color HEX #70E014 Lawn Green

📋 copy color: '#70E014'

red 112 ◦ green 224 ◦ blue 20

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

Shades of Lawn Green #70E014

Tints of Lawn Green #70E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.92%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 31.46%
G = 62.92%
B = 5.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#70E014 (or 0x70E014) is known color: Lawn Green. HEX triplet: 70, E0 and 14. RGB value is (112,224,20). Sum of RGB (Red+Green+Blue) = 112+224+20=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #70E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E014 is #8F1FEB. Grayscale: #A7A7A7. Windows color (decimal): -9379820 or 1368176. OLE color: 1368176.

HSL color Cylindrical-coordinate representation of color #70E014: hue angle of 92.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70E014 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 20 -
CMYK 0.50 0 0.91 0.12
HSL 92.94º 0.84% 0.48% -
HSV(B) 92.94º 0.91% 0.88% -
XYZ 33.46 56.81 9.86 -
YUV 167.26 44.89 88.59 -
System Red Green Blue C M Y K H S L
Decimal 112 224 20 0.50 0 0.91 0.12 92.94 0.84 0.48
Hex 70 E0 14 32 0 5B C 5D 54 30
Octal 160 340 24 62 0 133 14 135 124 60
Binary 1110000 11100000 10100 110010 0 1011011 1100 1011101 1010100 110000

Color Harmonies of #70E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E014

Black with #70E014

Text Example


Text Example

White with #70E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,20); }

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

background-color css

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

 a { background-color: rgb(112,224,20); }

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

border-color css

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

 span { border-color: rgb(112,224,20); }

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