#50DC4D

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

Shades of Lime Green #50DC4D

Tints of Lime Green #50DC4D

Color information

#50DC4D (or 0x50DC4D) is unknown color: approx Lime Green. HEX triplet: 50, DC and 4D. RGB value is (80,220,77). Sum of RGB (Red+Green+Blue) = 80+220+77=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC4D is #AF23B2. Grayscale: #A2A2A2. Windows color (decimal): -11477939 or 5102672. OLE color: 5102672.

HSL color Cylindrical-coordinate representation of color #50DC4D: hue angle of 118.74º 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 #50DC4D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB8022077-
CMYK0.6400.650.14
HSL118.74º67.14%58.24%-
HSV(B)118.74º65%86.27%-
XYZ30.2453.4315.74-
YUV161.8480.1269.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 220 (86.33% from 255) = 58.36%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=21.22%
G=58.36%
B=20.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220770.6400.650.14118.7467.1458.24
Hex50DC4D40041E77433a
Octal12033411510001011616710372
Binary1010000110111001001101100000001000001111011101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50DC4D; }

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

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

<style>
 a { background-color: #50DC4D; }

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

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

<style>
 span { border-color: #50DC4D; }

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

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