#70D726

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

Shades of Lima #70D726

Tints of Lima #70D726

Color information

#70D726 (or 0x70D726) is unknown color: approx Lima. HEX triplet: 70, D7 and 26. RGB value is (112,215,38). Sum of RGB (Red+Green+Blue) = 112+215+38=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #70D726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D726 is #8F28D9. Grayscale: #A4A4A4. Windows color (decimal): -9382106 or 2545520. OLE color: 2545520.

HSL color Cylindrical-coordinate representation of color #70D726: hue angle of 94.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70D726 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB11221538-
CMYK0.4800.820.16
HSL94.92º69.96%49.61%-
HSV(B)94.92º82.33%84.31%-
XYZ31.3352.1910.26-
YUV164.0256.8890.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 215 (84.38% from 255) = 58.90%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=30.68%
G=58.90%
B=10.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112215380.4800.820.1694.9269.9649.61
Hex70D72630052105f4632
Octal160327466001222013710662
Binary111000011010111100110110000010100101000010111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,38); }

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

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

 a { background-color: rgb(112,215,38); }

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

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

 span { border-color: rgb(112,215,38); }

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