#4EDC37

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

Shades of Lime Green #4EDC37

Tints of Lime Green #4EDC37

Color information

#4EDC37 (or 0x4EDC37) is unknown color: approx Lime Green. HEX triplet: 4E, DC and 37. RGB value is (78,220,55). Sum of RGB (Red+Green+Blue) = 78+220+55=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC37 is #B123C8. Grayscale: #9F9F9F. Windows color (decimal): -11609033 or 3660878. OLE color: 3660878.

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

Color convert

RGB7822055-
CMYK0.6500.750.14
HSL111.64º70.21%53.92%-
HSV(B)111.64º75%86.27%-
XYZ29.4253.0812.31-
YUV158.7369.4670.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 220 (86.33% from 255) = 62.32%
BLUE value IS 55 (21.88% from 255) = 15.58%
R=22.10%
G=62.32%
B=15.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220550.6500.750.14111.6470.2153.92
Hex4EDC374104BE704636
Octal1163346710101131616010666
Binary100111011011100110111100000101001011111011100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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