#70B033

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

Shades of Lima #70B033

Tints of Lima #70B033

Color information

#70B033 (or 0x70B033) is unknown color: approx Lima. HEX triplet: 70, B0 and 33. RGB value is (112,176,51). Sum of RGB (Red+Green+Blue) = 112+176+51=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #70B033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B033 is #8F4FCC. Grayscale: #8F8F8F. Windows color (decimal): -9392077 or 3387504. OLE color: 3387504.

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

Color convert

RGB11217651-
CMYK0.3600.710.31
HSL90.72º55.07%44.51%-
HSV(B)90.72º71.02%69.02%-
XYZ22.834.738.63-
YUV142.6176.3106.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=33.04%
G=51.92%
B=15.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112176510.3600.710.3190.7255.0744.51
Hex70B033240471F5b372d
Octal16026063440107371336755
Binary11100001011000011001110010001000111111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,176,51); }

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

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

 a { background-color: rgb(112,176,51); }

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

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

 span { border-color: rgb(112,176,51); }

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