Html Css Color HEX #70CC20 Lima

📋 copy color: '#70CC20'

red 112 ◦ green 204 ◦ blue 32

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

Shades of Lima #70CC20

Tints of Lima #70CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.62%

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

R = 32.18%
G = 58.62%
B = 9.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#70CC20 (or 0x70CC20) is known color: Lima. HEX triplet: 70, CC and 20. RGB value is (112,204,32). Sum of RGB (Red+Green+Blue) = 112+204+32=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC20 is #8F33DF. Grayscale: #9D9D9D. Windows color (decimal): -9384928 or 2149488. OLE color: 2149488.

HSL color Cylindrical-coordinate representation of color #70CC20: hue angle of 92.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70CC20 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 32 -
CMYK 0.45 0 0.84 0.2
HSL 92.09º 0.73% 0.46% -
HSV(B) 92.09º 0.84% 0.8% -
XYZ 28.54 46.73 8.88 -
YUV 156.88 57.52 95.99 -
System Red Green Blue C M Y K H S L
Decimal 112 204 32 0.45 0 0.84 0.2 92.09 0.73 0.46
Hex 70 CC 20 2D 0 54 14 5C 49 2E
Octal 160 314 40 55 0 124 24 134 111 56
Binary 1110000 11001100 100000 101101 0 1010100 10100 1011100 1001001 101110

Color Harmonies of #70CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC20

Black with #70CC20

Text Example


Text Example

White with #70CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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