#70CA28

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

Shades of Lima #70CA28

Tints of Lima #70CA28

Color information

#70CA28 (or 0x70CA28) is unknown color: approx Lima. HEX triplet: 70, CA and 28. RGB value is (112,202,40). Sum of RGB (Red+Green+Blue) = 112+202+40=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA28 is #8F35D7. Grayscale: #9D9D9D. Windows color (decimal): -9385432 or 2673264. OLE color: 2673264.

HSL color Cylindrical-coordinate representation of color #70CA28: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70CA28 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB11220240-
CMYK0.4500.800.21
HSL93.33º66.94%47.45%-
HSV(B)93.33º80.2%79.22%-
XYZ28.1945.849.37-
YUV156.6262.1896.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 40 (16.02% from 255) = 11.30%
R=31.64%
G=57.06%
B=11.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202400.4500.800.2193.3366.9447.45
Hex70CA282D050155d432f
Octal160312505501202513510357
Binary111000011001010101000101101010100001010110111011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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