Html Css Color HEX #70BA32 Lima

📋 copy color: '#70BA32'

red 112 ◦ green 186 ◦ blue 50

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

Shades of Lima #70BA32

Tints of Lima #70BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 32.18%
G = 53.45%
B = 14.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#70BA32 (or 0x70BA32) is known color: Lima. HEX triplet: 70, BA and 32. RGB value is (112,186,50). Sum of RGB (Red+Green+Blue) = 112+186+50=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA32 is #8F45CD. Grayscale: #949494. Windows color (decimal): -9389518 or 3324528. OLE color: 3324528.

HSL color Cylindrical-coordinate representation of color #70BA32: hue angle of 92.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70BA32 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 50 -
CMYK 0.40 0 0.73 0.27
HSL 92.65º 0.58% 0.46% -
HSV(B) 92.65º 0.73% 0.73% -
XYZ 24.82 38.79 9.2 -
YUV 148.37 72.48 102.06 -
System Red Green Blue C M Y K H S L
Decimal 112 186 50 0.40 0 0.73 0.27 92.65 0.58 0.46
Hex 70 BA 32 28 0 49 1B 5D 3A 2E
Octal 160 272 62 50 0 111 33 135 72 56
Binary 1110000 10111010 110010 101000 0 1001001 11011 1011101 111010 101110

Color Harmonies of #70BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA32

Black with #70BA32

Text Example


Text Example

White with #70BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,50); }

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

background-color css

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

 a { background-color: rgb(112,186,50); }

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

border-color css

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

 span { border-color: rgb(112,186,50); }

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