Html Css Color HEX #70DD1D Lawn Green

📋 copy color: '#70DD1D'

red 112 ◦ green 221 ◦ blue 29

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

Shades of Lawn Green #70DD1D

Tints of Lawn Green #70DD1D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.05%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 30.94%
G = 61.05%
B = 8.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#70DD1D (or 0x70DD1D) is known color: Lawn Green. HEX triplet: 70, DD and 1D. RGB value is (112,221,29). Sum of RGB (Red+Green+Blue) = 112+221+29=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD1D is #8F22E2. Grayscale: #A7A7A7. Windows color (decimal): -9380579 or 1957232. OLE color: 1957232.

HSL color Cylindrical-coordinate representation of color #70DD1D: hue angle of 94.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70DD1D is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 29 -
CMYK 0.49 0 0.87 0.13
HSL 94.06º 0.77% 0.49% -
HSV(B) 94.06º 0.87% 0.87% -
XYZ 32.76 55.25 10.1 -
YUV 166.52 50.39 89.11 -
System Red Green Blue C M Y K H S L
Decimal 112 221 29 0.49 0 0.87 0.13 94.06 0.77 0.49
Hex 70 DD 1D 31 0 57 D 5E 4D 31
Octal 160 335 35 61 0 127 15 136 115 61
Binary 1110000 11011101 11101 110001 0 1010111 1101 1011110 1001101 110001

Color Harmonies of #70DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD1D

Black with #70DD1D

Text Example


Text Example

White with #70DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,29); }

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

background-color css

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

 a { background-color: rgb(112,221,29); }

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

border-color css

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

 span { border-color: rgb(112,221,29); }

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