#70B62C

Color #70B62C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #70B62C

Tints of Lima #70B62C

Color information

#70B62C (or 0x70B62C) is unknown color: approx Lima. HEX triplet: 70, B6 and 2C. RGB value is (112,182,44). Sum of RGB (Red+Green+Blue) = 112+182+44=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #70B62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B62C is #8F49D3. Grayscale: #919191. Windows color (decimal): -9390548 or 2930288. OLE color: 2930288.

HSL color Cylindrical-coordinate representation of color #70B62C: hue angle of 90.43º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70B62C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB11218244-
CMYK0.3800.760.29
HSL90.43º61.06%44.31%-
HSV(B)90.43º75.82%71.37%-
XYZ23.8637.088.28-
YUV145.3470.81104.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 13.02%
R=33.14%
G=53.85%
B=13.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112182440.3800.760.2990.4361.0644.31
Hex70B62C2604C1D5a3d2c
Octal16026654460114351327554
Binary11100001011011010110010011001001100111011011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,182,44); }

 H1.HeaderClassName
 {
   color: #70B62C;
 }
 .AnyTagClassName
 {
   color: #70B62C;
 }
</style>
background-color css

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

 a { background-color: rgb(112,182,44); }

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

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

 span { border-color: rgb(112,182,44); }

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