#50DC3D

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

Shades of Lime Green #50DC3D

Tints of Lime Green #50DC3D

Color information

#50DC3D (or 0x50DC3D) is unknown color: approx Lime Green. HEX triplet: 50, DC and 3D. RGB value is (80,220,61). Sum of RGB (Red+Green+Blue) = 80+220+61=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC3D is #AF23C2. Grayscale: #A0A0A0. Windows color (decimal): -11477955 or 4054096. OLE color: 4054096.

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

Color convert

RGB8022061-
CMYK0.6400.720.14
HSL112.83º69.43%55.1%-
HSV(B)112.83º72.27%86.27%-
XYZ29.7453.2313.12-
YUV160.0172.1270.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 220 (86.33% from 255) = 60.94%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=22.16%
G=60.94%
B=16.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220610.6400.720.14112.8369.4355.1
Hex50DC3D40048E714537
Octal1203347510001101616110567
Binary101000011011100111101100000001001000111011100011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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