#50DC42

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

Shades of Lime Green #50DC42

Tints of Lime Green #50DC42

Color information

#50DC42 (or 0x50DC42) is unknown color: approx Lime Green. HEX triplet: 50, DC and 42. RGB value is (80,220,66). Sum of RGB (Red+Green+Blue) = 80+220+66=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC42 is #AF23BD. Grayscale: #A1A1A1. Windows color (decimal): -11477950 or 4381776. OLE color: 4381776.

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

Color convert

RGB8022066-
CMYK0.6400.70.14
HSL114.55º68.75%56.08%-
HSV(B)114.55º70%86.27%-
XYZ29.8853.2913.86-
YUV160.5874.6270.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 220 (86.33% from 255) = 60.11%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=21.86%
G=60.11%
B=18.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220660.6400.70.14114.5568.7556.08
Hex50DC4240046E734538
Octal12033410210001061616310570
Binary1010000110111001000010100000001000110111011100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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