Html Css Color HEX #70D40C Lawn Green

📋 copy color: '#70D40C'

red 112 ◦ green 212 ◦ blue 12

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

Shades of Lawn Green #70D40C

Tints of Lawn Green #70D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.1%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 33.33%
G = 63.1%
B = 3.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#70D40C (or 0x70D40C) is known color: Lawn Green. HEX triplet: 70, D4 and 0C. RGB value is (112,212,12). Sum of RGB (Red+Green+Blue) = 112+212+12=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #70D40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D40C is #8F2BF3. Grayscale: #A0A0A0. Windows color (decimal): -9382900 or 840816. OLE color: 840816.

HSL color Cylindrical-coordinate representation of color #70D40C: hue angle of 90º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70D40C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 12 -
CMYK 0.47 0 0.94 0.17
HSL 90º 0.89% 0.44% -
HSV(B) 90º 0.94% 0.83% -
XYZ 30.29 50.56 8.51 -
YUV 159.3 44.87 94.26 -
System Red Green Blue C M Y K H S L
Decimal 112 212 12 0.47 0 0.94 0.17 90 0.89 0.44
Hex 70 D4 C 2F 0 5E 11 5A 59 2C
Octal 160 324 14 57 0 136 21 132 131 54
Binary 1110000 11010100 1100 101111 0 1011110 10001 1011010 1011001 101100

Color Harmonies of #70D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D40C

Black with #70D40C

Text Example


Text Example

White with #70D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,212,12); }

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

background-color css

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

 a { background-color: rgb(112,212,12); }

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

border-color css

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

 span { border-color: rgb(112,212,12); }

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