#4EDC4B

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

Shades of Lime Green #4EDC4B

Tints of Lime Green #4EDC4B

Color information

#4EDC4B (or 0x4EDC4B) is unknown color: approx Lime Green. HEX triplet: 4E, DC and 4B. RGB value is (78,220,75). Sum of RGB (Red+Green+Blue) = 78+220+75=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC4B is #B123B4. Grayscale: #A1A1A1. Windows color (decimal): -11609013 or 4971598. OLE color: 4971598.

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

Color convert

RGB7822075-
CMYK0.6500.660.14
HSL118.76º67.44%57.84%-
HSV(B)118.76º65.91%86.27%-
XYZ30.0153.3115.37-
YUV161.0179.4668.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 220 (86.33% from 255) = 58.98%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=20.91%
G=58.98%
B=20.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220750.6500.660.14118.7667.4457.84
Hex4EDC4B41042E77433a
Octal11633411310101021616710372
Binary1001110110111001001011100000101000010111011101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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