#50D344

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

Shades of Lime Green #50D344

Tints of Lime Green #50D344

Color information

#50D344 (or 0x50D344) is unknown color: approx Lime Green. HEX triplet: 50, D3 and 44. RGB value is (80,211,68). Sum of RGB (Red+Green+Blue) = 80+211+68=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #50D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D344 is #AF2CBB. Grayscale: #9B9B9B. Windows color (decimal): -11480252 or 4510544. OLE color: 4510544.

HSL color Cylindrical-coordinate representation of color #50D344: hue angle of 114.97º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D344 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB8021168-
CMYK0.6200.680.17
HSL114.97º61.9%54.71%-
HSV(B)114.97º67.77%82.75%-
XYZ27.6548.7113.41-
YUV155.5378.674.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 211 (82.81% from 255) = 58.77%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=22.28%
G=58.77%
B=18.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80211680.6200.680.17114.9761.954.71
Hex50D3443E04411733e37
Octal120323104760104211637667
Binary101000011010011100010011111001000100100011110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,211,68); }

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

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

 a { background-color: rgb(80,211,68); }

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

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

 span { border-color: rgb(80,211,68); }

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