#4EDB47

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

Shades of Lime Green #4EDB47

Tints of Lime Green #4EDB47

Color information

#4EDB47 (or 0x4EDB47) is unknown color: approx Lime Green. HEX triplet: 4E, DB and 47. RGB value is (78,219,71). Sum of RGB (Red+Green+Blue) = 78+219+71=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDB47 is #B124B8. Grayscale: #A0A0A0. Windows color (decimal): -11609273 or 4709198. OLE color: 4709198.

HSL color Cylindrical-coordinate representation of color #4EDB47: hue angle of 117.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EDB47 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB7821971-
CMYK0.6400.680.14
HSL117.16º67.27%56.86%-
HSV(B)117.16º67.58%85.88%-
XYZ29.6152.7414.58-
YUV159.9777.7969.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 219 (85.94% from 255) = 59.51%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=21.20%
G=59.51%
B=19.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78219710.6400.680.14117.1667.2756.86
Hex4EDB4740044E754339
Octal11633310710001041616510371
Binary1001110110110111000111100000001000100111011101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EDB47; }

 p { color: rgb(78,219,71); }

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

<style>
 a { background-color: #4EDB47; }

 a { background-color: rgb(78,219,71); }

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

<style>
 span { border-color: #4EDB47; }

 span { border-color: rgb(78,219,71); }

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