Html Css Color HEX #70DD19 Lawn Green

📋 copy color: '#70DD19'

red 112 ◦ green 221 ◦ blue 25

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

Shades of Lawn Green #70DD19

Tints of Lawn Green #70DD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 31.28%
G = 61.73%
B = 6.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#70DD19 (or 0x70DD19) is known color: Lawn Green. HEX triplet: 70, DD and 19. RGB value is (112,221,25). Sum of RGB (Red+Green+Blue) = 112+221+25=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DD19 is #8F22E6. Grayscale: #A6A6A6. Windows color (decimal): -9380583 or 1695088. OLE color: 1695088.

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

Color convert

RGB 112 221 25 -
CMYK 0.49 0 0.89 0.13
HSL 93.37º 0.8% 0.48% -
HSV(B) 93.37º 0.89% 0.87% -
XYZ 32.71 55.23 9.86 -
YUV 166.07 48.39 89.44 -
System Red Green Blue C M Y K H S L
Decimal 112 221 25 0.49 0 0.89 0.13 93.37 0.8 0.48
Hex 70 DD 19 31 0 59 D 5D 50 30
Octal 160 335 31 61 0 131 15 135 120 60
Binary 1110000 11011101 11001 110001 0 1011001 1101 1011101 1010000 110000

Color Harmonies of #70DD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD19

Black with #70DD19

Text Example


Text Example

White with #70DD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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