#40E746

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

Shades of Lime Green #40E746

Tints of Lime Green #40E746

Color information

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

HSL color Cylindrical-coordinate representation of color #40E746: hue angle of 122.16º 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 #40E746 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB6423170-
CMYK0.7200.700.09
HSL122.16º77.67%57.84%-
HSV(B)122.16º72.29%90.59%-
XYZ31.858.6815.45-
YUV162.7175.6757.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64231700.7200.700.09122.1677.6757.84
Hex40E7464804697a4e3a
Octal10034710611001061117211672
Binary1000000111001111000110100100001000110100111110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40E746; }

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

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

<style>
 a { background-color: #40E746; }

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

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

<style>
 span { border-color: #40E746; }

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

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