#50D645

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

Shades of Lime Green #50D645

Tints of Lime Green #50D645

Color information

#50D645 (or 0x50D645) is unknown color: approx Lime Green. HEX triplet: 50, D6 and 45. RGB value is (80,214,69). Sum of RGB (Red+Green+Blue) = 80+214+69=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #50D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D645 is #AF29BA. Grayscale: #9D9D9D. Windows color (decimal): -11479483 or 4576848. OLE color: 4576848.

HSL color Cylindrical-coordinate representation of color #50D645: hue angle of 115.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D645 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB8021469-
CMYK0.6300.680.16
HSL115.45º63.88%55.49%-
HSV(B)115.45º67.76%83.92%-
XYZ28.4350.2313.83-
YUV157.478.1172.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 214 (83.98% from 255) = 58.95%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=22.04%
G=58.95%
B=19.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal80214690.6300.680.16115.4563.8855.49
Hex50D6453F04410734037
Octal1203261057701042016310067
Binary1010000110101101000101111111010001001000011100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,214,69); }

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

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

 a { background-color: rgb(80,214,69); }

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

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

 span { border-color: rgb(80,214,69); }

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