#4EDC3F

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

Shades of Lime Green #4EDC3F

Tints of Lime Green #4EDC3F

Color information

#4EDC3F (or 0x4EDC3F) is unknown color: approx Lime Green. HEX triplet: 4E, DC and 3F. RGB value is (78,220,63). Sum of RGB (Red+Green+Blue) = 78+220+63=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC3F is #B123C0. Grayscale: #A0A0A0. Windows color (decimal): -11609025 or 4185166. OLE color: 4185166.

HSL color Cylindrical-coordinate representation of color #4EDC3F: hue angle of 114.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EDC3F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB7822063-
CMYK0.6500.710.14
HSL114.27º69.16%55.49%-
HSV(B)114.27º71.36%86.27%-
XYZ29.6353.1613.4-
YUV159.6473.4669.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 220 (86.33% from 255) = 60.94%
BLUE value IS 63 (25% from 255) = 17.45%
R=21.61%
G=60.94%
B=17.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220630.6500.710.14114.2769.1655.49
Hex4EDC3F41047E724537
Octal1163347710101071616210567
Binary100111011011100111111100000101000111111011100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,220,63); }

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

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

 a { background-color: rgb(78,220,63); }

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

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

 span { border-color: rgb(78,220,63); }

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