#46E740

Color #46E740 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #46E740

Tints of Lime Green #46E740

Color information

#46E740 (or 0x46E740) is unknown color: approx Lime Green. HEX triplet: 46, E7 and 40. RGB value is (70,231,64). Sum of RGB (Red+Green+Blue) = 70+231+64=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 231 (90.62% from 255 or 63.29% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 231 - color contains mainly: green. Hex color #46E740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E740 is #B918BF. Grayscale: #A4A4A4. Windows color (decimal): -12130496 or 4253510. OLE color: 4253510.

HSL color Cylindrical-coordinate representation of color #46E740: hue angle of 117.84º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E740 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB7023164-
CMYK0.7000.720.09
HSL117.84º77.67%57.84%-
HSV(B)117.84º72.29%90.59%-
XYZ32.0358.8214.52-
YUV163.8271.6661.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 231 (90.62% from 255) = 63.29%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=19.18%
G=63.29%
B=17.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70231640.7000.720.09117.8477.6757.84
Hex46E740460489764e3a
Octal10634710010601101116611672
Binary1000110111001111000000100011001001000100111101101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E740; }

 p { color: rgb(70,231,64); }

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

<style>
 a { background-color: #46E740; }

 a { background-color: rgb(70,231,64); }

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

<style>
 span { border-color: #46E740; }

 span { border-color: rgb(70,231,64); }

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