Html Css Color HEX #70D720 Lima

📋 copy color: '#70D720'

red 112 ◦ green 215 ◦ blue 32

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

Shades of Lima #70D720

Tints of Lima #70D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.89%

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

R = 31.2%
G = 59.89%
B = 8.91%

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

#70D720 (or 0x70D720) is known color: Lima. HEX triplet: 70, D7 and 20. RGB value is (112,215,32). Sum of RGB (Red+Green+Blue) = 112+215+32=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #70D720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D720 is #8F28DF. Grayscale: #A3A3A3. Windows color (decimal): -9382112 or 2152304. OLE color: 2152304.

HSL color Cylindrical-coordinate representation of color #70D720: hue angle of 93.77º 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 #70D720 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 32 -
CMYK 0.48 0 0.85 0.16
HSL 93.77º 0.74% 0.48% -
HSV(B) 93.77º 0.85% 0.84% -
XYZ 31.24 52.15 9.79 -
YUV 163.34 53.88 91.38 -
System Red Green Blue C M Y K H S L
Decimal 112 215 32 0.48 0 0.85 0.16 93.77 0.74 0.48
Hex 70 D7 20 30 0 55 10 5E 4A 30
Octal 160 327 40 60 0 125 20 136 112 60
Binary 1110000 11010111 100000 110000 0 1010101 10000 1011110 1001010 110000

Color Harmonies of #70D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D720

Black with #70D720

Text Example


Text Example

White with #70D720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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