#70C224

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

Shades of Lima #70C224

Tints of Lima #70C224

Color information

#70C224 (or 0x70C224) is unknown color: approx Lima. HEX triplet: 70, C2 and 24. RGB value is (112,194,36). Sum of RGB (Red+Green+Blue) = 112+194+36=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #70C224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C224 is #8F3DDB. Grayscale: #989898. Windows color (decimal): -9387484 or 2409072. OLE color: 2409072.

HSL color Cylindrical-coordinate representation of color #70C224: hue angle of 91.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70C224 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB11219436-
CMYK0.4200.810.24
HSL91.14º68.7%45.1%-
HSV(B)91.14º81.44%76.08%-
XYZ26.2942.168.42-
YUV151.4762.8399.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 194 (76.17% from 255) = 56.73%
BLUE value IS 36 (14.45% from 255) = 10.53%
R=32.75%
G=56.73%
B=10.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194360.4200.810.2491.1468.745.1
Hex70C2242A051185b452d
Octal160302445201213013310555
Binary111000011000010100100101010010100011100010110111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,36); }

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

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

 a { background-color: rgb(112,194,36); }

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

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

 span { border-color: rgb(112,194,36); }

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