#70ca2c

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

Shades of Lima #70CA2C

Tints of Lima #70CA2C

Color information

#70CA2C (or 0x70CA2C) is unknown color: approx Lima. HEX triplet: 70, CA and 2C. RGB value is (112,202,44). Sum of RGB (Red+Green+Blue) = 112+202+44=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA2C is #8F35D3. Grayscale: #9D9D9D. Windows color (decimal): -9385428 or 2935408. OLE color: 2935408.

HSL color Cylindrical-coordinate representation of color #70CA2C: hue angle of 94.18º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70CA2C is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB11220244-
CMYK0.4500.780.21
HSL94.18º64.23%48.24%-
HSV(B)94.18º78.22%79.22%-
XYZ28.2645.879.75-
YUV157.0864.1895.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 56.42%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=31.28%
G=56.42%
B=12.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202440.4500.780.2194.1864.2348.24
Hex70CA2C2D04E155e4030
Octal160312545501162513610060
Binary111000011001010101100101101010011101010110111101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ca2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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