#50DC35

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

Shades of Lime Green #50DC35

Tints of Lime Green #50DC35

Color information

#50DC35 (or 0x50DC35) is unknown color: approx Lime Green. HEX triplet: 50, DC and 35. RGB value is (80,220,53). Sum of RGB (Red+Green+Blue) = 80+220+53=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC35 is #AF23CA. Grayscale: #9F9F9F. Windows color (decimal): -11477963 or 3529808. OLE color: 3529808.

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

Color convert

RGB8022053-
CMYK0.6400.760.14
HSL110.3º70.46%53.53%-
HSV(B)110.3º75.91%86.27%-
XYZ29.5453.1512.07-
YUV159.168.1271.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 220 (86.33% from 255) = 62.32%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=22.66%
G=62.32%
B=15.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220530.6400.760.14110.370.4653.53
Hex50DC354004CE6e4636
Octal1203346510001141615610666
Binary101000011011100110101100000001001100111011011101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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