#2EED47

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

Shades of Lime Green #2EED47

Tints of Lime Green #2EED47

Color information

#2EED47 (or 0x2EED47) is unknown color: approx Lime Green. HEX triplet: 2E, ED and 47. RGB value is (46,237,71). Sum of RGB (Red+Green+Blue) = 46+237+71=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EED47 is #D112B8. Grayscale: #A1A1A1. Windows color (decimal): -13701817 or 4713774. OLE color: 4713774.

HSL color Cylindrical-coordinate representation of color #2EED47: hue angle of 127.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED47 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB4623771-
CMYK0.8100.700.07
HSL127.85º84.14%55.49%-
HSV(B)127.85º80.59%92.94%-
XYZ32.5561.616.14-
YUV160.9777.2246-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 237 (92.97% from 255) = 66.95%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=12.99%
G=66.95%
B=20.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46237710.8100.700.07127.8584.1455.49
Hex2EED47510467805437
Octal563551071210106720012467
Binary101110111011011000111101000101000110111100000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EED47; }

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

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

<style>
 a { background-color: #2EED47; }

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

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

<style>
 span { border-color: #2EED47; }

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

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