#4EDC3D

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

Shades of Lime Green #4EDC3D

Tints of Lime Green #4EDC3D

Color information

#4EDC3D (or 0x4EDC3D) is unknown color: approx Lime Green. HEX triplet: 4E, DC and 3D. RGB value is (78,220,61). Sum of RGB (Red+Green+Blue) = 78+220+61=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC3D is #B123C2. Grayscale: #9F9F9F. Windows color (decimal): -11609027 or 4054094. OLE color: 4054094.

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

Color convert

RGB7822061-
CMYK0.6500.720.14
HSL113.58º69.43%55.1%-
HSV(B)113.58º72.27%86.27%-
XYZ29.5853.1413.11-
YUV159.4272.4669.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=21.73%
G=61.28%
B=16.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220610.6500.720.14113.5869.4355.1
Hex4EDC3D41048E724537
Octal1163347510101101616210567
Binary100111011011100111101100000101001000111011100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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