#70C52E

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

Shades of Lima #70C52E

Tints of Lima #70C52E

Color information

#70C52E (or 0x70C52E) is unknown color: approx Lima. HEX triplet: 70, C5 and 2E. RGB value is (112,197,46). Sum of RGB (Red+Green+Blue) = 112+197+46=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #70C52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C52E is #8F3AD1. Grayscale: #9A9A9A. Windows color (decimal): -9386706 or 3065200. OLE color: 3065200.

HSL color Cylindrical-coordinate representation of color #70C52E: hue angle of 93.77º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70C52E is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB11219746-
CMYK0.4300.770.23
HSL93.77º62.14%47.65%-
HSV(B)93.77º76.65%77.25%-
XYZ27.1443.579.56-
YUV154.3766.8497.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 197 (77.34% from 255) = 55.49%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=31.55%
G=55.49%
B=12.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112197460.4300.770.2393.7762.1447.65
Hex70C52E2B04D175e3e30
Octal16030556530115271367660
Binary11100001100010110111010101101001101101111011110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,197,46); }

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

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

 a { background-color: rgb(112,197,46); }

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

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

 span { border-color: rgb(112,197,46); }

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