#4EDD4A

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

Shades of Lime Green #4EDD4A

Tints of Lime Green #4EDD4A

Color information

#4EDD4A (or 0x4EDD4A) is unknown color: approx Lime Green. HEX triplet: 4E, DD and 4A. RGB value is (78,221,74). Sum of RGB (Red+Green+Blue) = 78+221+74=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD4A is #B122B5. Grayscale: #A1A1A1. Windows color (decimal): -11608758 or 4906318. OLE color: 4906318.

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

Color convert

RGB7822174-
CMYK0.6500.670.13
HSL118.37º68.37%57.84%-
HSV(B)118.37º66.52%86.67%-
XYZ30.2353.8315.27-
YUV161.4978.6268.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 221 (86.72% from 255) = 59.25%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=20.91%
G=59.25%
B=19.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78221740.6500.670.13118.3768.3757.84
Hex4EDD4A41043D76443a
Octal11633511210101031516610472
Binary1001110110111011001010100000101000011110111101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,221,74); }

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

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

 a { background-color: rgb(78,221,74); }

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

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

 span { border-color: rgb(78,221,74); }

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