#70AD33

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

Shades of Lima #70AD33

Tints of Lima #70AD33

Color information

#70AD33 (or 0x70AD33) is unknown color: approx Lima. HEX triplet: 70, AD and 33. RGB value is (112,173,51). Sum of RGB (Red+Green+Blue) = 112+173+51=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AD33 is #8F52CC. Grayscale: #8D8D8D. Windows color (decimal): -9392845 or 3386736. OLE color: 3386736.

HSL color Cylindrical-coordinate representation of color #70AD33: hue angle of 90º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70AD33 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB11217351-
CMYK0.3500.710.32
HSL90º54.46%43.92%-
HSV(B)90º70.52%67.84%-
XYZ22.2233.578.44-
YUV140.8577.29107.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=33.33%
G=51.49%
B=15.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112173510.3500.710.329054.4643.92
Hex70AD3323047205a362c
Octal16025563430107401326654
Binary111000010101101110011100011010001111000001011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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