#4DDC3F

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

Shades of Lime Green #4DDC3F

Tints of Lime Green #4DDC3F

Color information

#4DDC3F (or 0x4DDC3F) is unknown color: approx Lime Green. HEX triplet: 4D, DC and 3F. RGB value is (77,220,63). Sum of RGB (Red+Green+Blue) = 77+220+63=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC3F is #B223C0. Grayscale: #9F9F9F. Windows color (decimal): -11674561 or 4185165. OLE color: 4185165.

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

Color convert

RGB7722063-
CMYK0.6500.710.14
HSL114.65º69.16%55.49%-
HSV(B)114.65º71.36%86.27%-
XYZ29.5553.1213.4-
YUV159.3473.6269.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 220 (86.33% from 255) = 61.11%
BLUE value IS 63 (25% from 255) = 17.5%
R=21.39%
G=61.11%
B=17.5%

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
Decimal77220630.6500.710.14114.6569.1655.49
Hex4DDC3F41047E734537
Octal1153347710101071616310567
Binary100110111011100111111100000101000111111011100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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