Html Css Color HEX #70DC14 Lawn Green

📋 copy color: '#70DC14'

red 112 ◦ green 220 ◦ blue 20

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

Shades of Lawn Green #70DC14

Tints of Lawn Green #70DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.5%

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

R = 31.82%
G = 62.5%
B = 5.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#70DC14 (or 0x70DC14) is known color: Lawn Green. HEX triplet: 70, DC and 14. RGB value is (112,220,20). Sum of RGB (Red+Green+Blue) = 112+220+20=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC14 is #8F23EB. Grayscale: #A5A5A5. Windows color (decimal): -9380844 or 1367152. OLE color: 1367152.

HSL color Cylindrical-coordinate representation of color #70DC14: hue angle of 92.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70DC14 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 20 -
CMYK 0.49 0 0.91 0.14
HSL 92.4º 0.83% 0.47% -
HSV(B) 92.4º 0.91% 0.86% -
XYZ 32.4 54.68 9.51 -
YUV 164.91 46.22 90.26 -
System Red Green Blue C M Y K H S L
Decimal 112 220 20 0.49 0 0.91 0.14 92.4 0.83 0.47
Hex 70 DC 14 31 0 5B E 5C 53 2F
Octal 160 334 24 61 0 133 16 134 123 57
Binary 1110000 11011100 10100 110001 0 1011011 1110 1011100 1010011 101111

Color Harmonies of #70DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC14

Black with #70DC14

Text Example


Text Example

White with #70DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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