#50D445

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

Shades of Lime Green #50D445

Tints of Lime Green #50D445

Color information

#50D445 (or 0x50D445) is unknown color: approx Lime Green. HEX triplet: 50, D4 and 45. RGB value is (80,212,69). Sum of RGB (Red+Green+Blue) = 80+212+69=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #50D445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D445 is #AF2BBA. Grayscale: #9C9C9C. Windows color (decimal): -11479995 or 4576336. OLE color: 4576336.

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

Color convert

RGB8021269-
CMYK0.6200.670.17
HSL115.38º62.45%55.1%-
HSV(B)115.38º67.45%83.14%-
XYZ27.9349.2213.66-
YUV156.2378.7773.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 212 (83.20% from 255) = 58.73%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=22.16%
G=58.73%
B=19.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80212690.6200.670.17115.3862.4555.1
Hex50D4453E04311733e37
Octal120324105760103211637667
Binary101000011010100100010111111001000011100011110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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