Html Css Color HEX #70D50E Lawn Green

📋 copy color: '#70D50E'

red 112 ◦ green 213 ◦ blue 14

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

Shades of Lawn Green #70D50E

Tints of Lawn Green #70D50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.83%

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 33.04%
G = 62.83%
B = 4.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#70D50E (or 0x70D50E) is known color: Lawn Green. HEX triplet: 70, D5 and 0E. RGB value is (112,213,14). Sum of RGB (Red+Green+Blue) = 112+213+14=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #70D50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D50E is #8F2AF1. Grayscale: #A0A0A0. Windows color (decimal): -9382642 or 972144. OLE color: 972144.

HSL color Cylindrical-coordinate representation of color #70D50E: hue angle of 90.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70D50E is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 14 -
CMYK 0.47 0 0.93 0.16
HSL 90.45º 0.88% 0.45% -
HSV(B) 90.45º 0.93% 0.84% -
XYZ 30.56 51.06 8.66 -
YUV 160.12 45.54 93.68 -
System Red Green Blue C M Y K H S L
Decimal 112 213 14 0.47 0 0.93 0.16 90.45 0.88 0.45
Hex 70 D5 E 2F 0 5D 10 5A 58 2D
Octal 160 325 16 57 0 135 20 132 130 55
Binary 1110000 11010101 1110 101111 0 1011101 10000 1011010 1011000 101101

Color Harmonies of #70D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D50E

Black with #70D50E

Text Example


Text Example

White with #70D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,14); }

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

background-color css

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

 a { background-color: rgb(112,213,14); }

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

border-color css

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

 span { border-color: rgb(112,213,14); }

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