Html Css Color HEX #70D620 Lima

📋 copy color: '#70D620'

red 112 ◦ green 214 ◦ blue 32

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

Shades of Lima #70D620

Tints of Lima #70D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 31.28%
G = 59.78%
B = 8.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#70D620 (or 0x70D620) is known color: Lima. HEX triplet: 70, D6 and 20. RGB value is (112,214,32). Sum of RGB (Red+Green+Blue) = 112+214+32=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #70D620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D620 is #8F29DF. Grayscale: #A3A3A3. Windows color (decimal): -9382368 or 2152048. OLE color: 2152048.

HSL color Cylindrical-coordinate representation of color #70D620: hue angle of 93.63º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70D620 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 32 -
CMYK 0.48 0 0.85 0.16
HSL 93.63º 0.74% 0.48% -
HSV(B) 93.63º 0.85% 0.84% -
XYZ 30.99 51.64 9.7 -
YUV 162.75 54.21 91.8 -
System Red Green Blue C M Y K H S L
Decimal 112 214 32 0.48 0 0.85 0.16 93.63 0.74 0.48
Hex 70 D6 20 30 0 55 10 5E 4A 30
Octal 160 326 40 60 0 125 20 136 112 60
Binary 1110000 11010110 100000 110000 0 1010101 10000 1011110 1001010 110000

Color Harmonies of #70D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D620

Black with #70D620

Text Example


Text Example

White with #70D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,32); }

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

background-color css

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

 a { background-color: rgb(112,214,32); }

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

border-color css

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

 span { border-color: rgb(112,214,32); }

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