#50D843

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

Shades of Lime Green #50D843

Tints of Lime Green #50D843

Color information

#50D843 (or 0x50D843) is unknown color: approx Lime Green. HEX triplet: 50, D8 and 43. RGB value is (80,216,67). Sum of RGB (Red+Green+Blue) = 80+216+67=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #50D843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D843 is #AF27BC. Grayscale: #9E9E9E. Windows color (decimal): -11478973 or 4446288. OLE color: 4446288.

HSL color Cylindrical-coordinate representation of color #50D843: hue angle of 114.77º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D843 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB8021667-
CMYK0.6300.690.15
HSL114.77º65.64%55.49%-
HSV(B)114.77º68.98%84.71%-
XYZ28.8851.2213.68-
YUV158.3576.4472.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 216 (84.77% from 255) = 59.50%
BLUE value IS 67 (26.56% from 255) = 18.46%
R=22.04%
G=59.50%
B=18.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80216670.6300.690.15114.7765.6455.49
Hex50D8433F045F734237
Octal1203301037701051716310267
Binary101000011011000100001111111101000101111111100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,216,67); }

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

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

 a { background-color: rgb(80,216,67); }

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

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

 span { border-color: rgb(80,216,67); }

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