#50DC3B

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

Shades of Lime Green #50DC3B

Tints of Lime Green #50DC3B

Color information

#50DC3B (or 0x50DC3B) is unknown color: approx Lime Green. HEX triplet: 50, DC and 3B. RGB value is (80,220,59). Sum of RGB (Red+Green+Blue) = 80+220+59=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC3B is #AF23C4. Grayscale: #A0A0A0. Windows color (decimal): -11477957 or 3923024. OLE color: 3923024.

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

Color convert

RGB8022059-
CMYK0.6400.730.14
HSL112.17º69.7%54.71%-
HSV(B)112.17º73.18%86.27%-
XYZ29.6953.2112.84-
YUV159.7971.1271.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 59 (23.44% from 255) = 16.43%
R=22.28%
G=61.28%
B=16.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220590.6400.730.14112.1769.754.71
Hex50DC3B40049E704637
Octal1203347310001111616010667
Binary101000011011100111011100000001001001111011100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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