#50DD46

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

Shades of Lime Green #50DD46

Tints of Lime Green #50DD46

Color information

#50DD46 (or 0x50DD46) is unknown color: approx Lime Green. HEX triplet: 50, DD and 46. RGB value is (80,221,70). Sum of RGB (Red+Green+Blue) = 80+221+70=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD46 is #AF22B9. Grayscale: #A2A2A2. Windows color (decimal): -11477690 or 4644176. OLE color: 4644176.

HSL color Cylindrical-coordinate representation of color #50DD46: hue angle of 116.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DD46 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB8022170-
CMYK0.6400.680.13
HSL116.03º68.95%57.06%-
HSV(B)116.03º68.33%86.67%-
XYZ30.2753.8614.6-
YUV161.6376.2969.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 221 (86.72% from 255) = 59.57%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=21.56%
G=59.57%
B=18.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80221700.6400.680.13116.0368.9557.06
Hex50DD4640044D744539
Octal12033510610001041516410571
Binary1010000110111011000110100000001000100110111101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,221,70); }

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

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

 a { background-color: rgb(80,221,70); }

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

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

 span { border-color: rgb(80,221,70); }

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