#70BE2E

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

Shades of Lima #70BE2E

Tints of Lima #70BE2E

Color information

#70BE2E (or 0x70BE2E) is unknown color: approx Lima. HEX triplet: 70, BE and 2E. RGB value is (112,190,46). Sum of RGB (Red+Green+Blue) = 112+190+46=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE2E is #8F41D1. Grayscale: #969696. Windows color (decimal): -9388498 or 3063408. OLE color: 3063408.

HSL color Cylindrical-coordinate representation of color #70BE2E: hue angle of 92.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70BE2E is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB11219046-
CMYK0.4100.760.25
HSL92.5º61.02%46.27%-
HSV(B)92.5º75.79%74.51%-
XYZ25.5940.479.05-
YUV150.2669.16100.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=32.18%
G=54.60%
B=13.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190460.4100.760.2592.561.0246.27
Hex70BE2E2904C195c3d2e
Octal16027656510114311347556
Binary11100001011111010111010100101001100110011011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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