#70AF33

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

Shades of Lima #70AF33

Tints of Lima #70AF33

Color information

#70AF33 (or 0x70AF33) is unknown color: approx Lima. HEX triplet: 70, AF and 33. RGB value is (112,175,51). Sum of RGB (Red+Green+Blue) = 112+175+51=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF33 is #8F50CC. Grayscale: #8E8E8E. Windows color (decimal): -9392333 or 3387248. OLE color: 3387248.

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

Color convert

RGB11217551-
CMYK0.3600.710.31
HSL90.48º54.87%44.31%-
HSV(B)90.48º70.86%68.63%-
XYZ22.6134.348.57-
YUV142.0376.63106.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=33.14%
G=51.78%
B=15.09%

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
Decimal112175510.3600.710.3190.4854.8744.31
Hex70AF33240471F5a372c
Octal16025763440107371326754
Binary11100001010111111001110010001000111111111011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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