#70D517

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

Shades of Lima #70D517

Tints of Lima #70D517

Color information

#70D517 (or 0x70D517) is unknown color: approx Lima. HEX triplet: 70, D5 and 17. RGB value is (112,213,23). Sum of RGB (Red+Green+Blue) = 112+213+23=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #70D517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D517 is #8F2AE8. Grayscale: #A1A1A1. Windows color (decimal): -9382633 or 1561968. OLE color: 1561968.

HSL color Cylindrical-coordinate representation of color #70D517: hue angle of 91.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70D517 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB11221323-
CMYK0.4700.890.16
HSL91.89º80.51%46.27%-
HSV(B)91.89º89.2%83.53%-
XYZ30.6351.19.06-
YUV161.1450.0492.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 213 (83.59% from 255) = 61.21%
BLUE value IS 23 (9.38% from 255) = 6.61%
R=32.18%
G=61.21%
B=6.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112213230.4700.890.1691.8980.5146.27
Hex70D5172F059105c512e
Octal160325275701312013412156
Binary11100001101010110111101111010110011000010111001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,213,23); }

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

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

 a { background-color: rgb(112,213,23); }

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

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

 span { border-color: rgb(112,213,23); }

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