#4DDC40

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

Shades of Lime Green #4DDC40

Tints of Lime Green #4DDC40

Color information

#4DDC40 (or 0x4DDC40) is unknown color: approx Lime Green. HEX triplet: 4D, DC and 40. RGB value is (77,220,64). Sum of RGB (Red+Green+Blue) = 77+220+64=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC40 is #B223BF. Grayscale: #9F9F9F. Windows color (decimal): -11674560 or 4250701. OLE color: 4250701.

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

Color convert

RGB7722064-
CMYK0.6500.710.14
HSL115º69.03%55.69%-
HSV(B)115º70.91%86.27%-
XYZ29.5853.1313.55-
YUV159.4674.1269.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 220 (86.33% from 255) = 60.94%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=21.33%
G=60.94%
B=17.73%

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
Decimal77220640.6500.710.1411569.0355.69
Hex4DDC4041047E734538
Octal11533410010101071616310570
Binary1001101110111001000000100000101000111111011100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,64); }

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

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

 a { background-color: rgb(77,220,64); }

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

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

 span { border-color: rgb(77,220,64); }

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