Html Css Color HEX #70B334 Lima

📋 copy color: '#70B334'

red 112 ◦ green 179 ◦ blue 52

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

Shades of Lima #70B334

Tints of Lima #70B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 32.65%
G = 52.19%
B = 15.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#70B334 (or 0x70B334) is known color: Lima. HEX triplet: 70, B3 and 34. RGB value is (112,179,52). Sum of RGB (Red+Green+Blue) = 112+179+52=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #70B334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B334 is #8F4CCB. Grayscale: #909090. Windows color (decimal): -9391308 or 3453808. OLE color: 3453808.

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

Color convert

RGB 112 179 52 -
CMYK 0.37 0 0.71 0.30
HSL 91.65º 0.55% 0.45% -
HSV(B) 91.65º 0.71% 0.7% -
XYZ 23.42 35.93 8.95 -
YUV 144.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 112 179 52 0.37 0 0.71 0.30 91.65 0.55 0.45
Hex 70 B3 34 25 0 47 1E 5C 37 2D
Octal 160 263 64 45 0 107 36 134 67 55
Binary 1110000 10110011 110100 100101 0 1000111 11110 1011100 110111 101101

Color Harmonies of #70B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B334

Black with #70B334

Text Example


Text Example

White with #70B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,52); }

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

background-color css

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

 a { background-color: rgb(112,179,52); }

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

border-color css

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

 span { border-color: rgb(112,179,52); }

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