Html Css Color HEX #70CB20 Lima

📋 copy color: '#70CB20'

red 112 ◦ green 203 ◦ blue 32

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

Shades of Lima #70CB20

Tints of Lima #70CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.5%

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

R = 32.28%
G = 58.5%
B = 9.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#70CB20 (or 0x70CB20) is known color: Lima. HEX triplet: 70, CB and 20. RGB value is (112,203,32). Sum of RGB (Red+Green+Blue) = 112+203+32=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB20 is #8F34DF. Grayscale: #9C9C9C. Windows color (decimal): -9385184 or 2149232. OLE color: 2149232.

HSL color Cylindrical-coordinate representation of color #70CB20: hue angle of 91.93º 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 #70CB20 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 32 -
CMYK 0.45 0 0.84 0.20
HSL 91.93º 0.73% 0.46% -
HSV(B) 91.93º 0.84% 0.8% -
XYZ 28.3 46.26 8.8 -
YUV 156.3 57.85 96.4 -
System Red Green Blue C M Y K H S L
Decimal 112 203 32 0.45 0 0.84 0.20 91.93 0.73 0.46
Hex 70 CB 20 2D 0 54 14 5C 49 2E
Octal 160 313 40 55 0 124 24 134 111 56
Binary 1110000 11001011 100000 101101 0 1010100 10100 1011100 1001001 101110

Color Harmonies of #70CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB20

Black with #70CB20

Text Example


Text Example

White with #70CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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