#4DDC54

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

Shades of Lime Green #4DDC54

Tints of Lime Green #4DDC54

Color information

#4DDC54 (or 0x4DDC54) is unknown color: approx Lime Green. HEX triplet: 4D, DC and 54. RGB value is (77,220,84). Sum of RGB (Red+Green+Blue) = 77+220+84=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDC54 is #B223AB. Grayscale: #A2A2A2. Windows color (decimal): -11674540 or 5561421. OLE color: 5561421.

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

Color convert

RGB7722084-
CMYK0.6500.620.14
HSL122.94º67.14%58.24%-
HSV(B)122.94º65%86.27%-
XYZ30.2553.417.1-
YUV161.7484.1267.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.21%
GREEN value IS 220 (86.33% from 255) = 57.74%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=20.21%
G=57.74%
B=22.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77220840.6500.620.14122.9467.1458.24
Hex4DDC544103EE7b433a
Octal1153341241010761617310372
Binary100110111011100101010010000010111110111011110111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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