Html Css Color HEX #70B232 Lima

📋 copy color: '#70B232'

red 112 ◦ green 178 ◦ blue 50

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

Shades of Lima #70B232

Tints of Lima #70B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.35%

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

R = 32.94%
G = 52.35%
B = 14.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#70B232 (or 0x70B232) is known color: Lima. HEX triplet: 70, B2 and 32. RGB value is (112,178,50). Sum of RGB (Red+Green+Blue) = 112+178+50=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #70B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B232 is #8F4DCD. Grayscale: #909090. Windows color (decimal): -9391566 or 3322480. OLE color: 3322480.

HSL color Cylindrical-coordinate representation of color #70B232: hue angle of 90.94º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70B232 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 50 -
CMYK 0.37 0 0.72 0.30
HSL 90.94º 0.56% 0.45% -
HSV(B) 90.94º 0.72% 0.7% -
XYZ 23.18 35.52 8.65 -
YUV 143.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 112 178 50 0.37 0 0.72 0.30 90.94 0.56 0.45
Hex 70 B2 32 25 0 48 1E 5B 38 2D
Octal 160 262 62 45 0 110 36 133 70 55
Binary 1110000 10110010 110010 100101 0 1001000 11110 1011011 111000 101101

Color Harmonies of #70B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B232

Black with #70B232

Text Example


Text Example

White with #70B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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