#40ED47

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

Shades of Lime Green #40ED47

Tints of Lime Green #40ED47

Color information

#40ED47 (or 0x40ED47) is unknown color: approx Lime Green. HEX triplet: 40, ED and 47. RGB value is (64,237,71). Sum of RGB (Red+Green+Blue) = 64+237+71=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED47 is #BF12B8. Grayscale: #A6A6A6. Windows color (decimal): -12522169 or 4713792. OLE color: 4713792.

HSL color Cylindrical-coordinate representation of color #40ED47: hue angle of 122.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED47 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6423771-
CMYK0.7300.700.07
HSL122.43º82.78%59.02%-
HSV(B)122.43º73%92.94%-
XYZ33.5462.1116.18-
YUV166.3574.1955-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 237 (92.97% from 255) = 63.71%
BLUE value IS 71 (28.12% from 255) = 19.09%
R=17.20%
G=63.71%
B=19.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64237710.7300.700.07122.4382.7859.02
Hex40ED474904677a533b
Octal1003551071110106717212373
Binary100000011101101100011110010010100011011111110101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,237,71); }

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

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

 a { background-color: rgb(64,237,71); }

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

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

 span { border-color: rgb(64,237,71); }

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