#50D449

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

Shades of Lime Green #50D449

Tints of Lime Green #50D449

Color information

#50D449 (or 0x50D449) is unknown color: approx Lime Green. HEX triplet: 50, D4 and 49. RGB value is (80,212,73). Sum of RGB (Red+Green+Blue) = 80+212+73=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #50D449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D449 is #AF2BB6. Grayscale: #9D9D9D. Windows color (decimal): -11479991 or 4838480. OLE color: 4838480.

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

Color convert

RGB8021273-
CMYK0.6200.660.17
HSL116.98º61.78%55.88%-
HSV(B)116.98º65.57%83.14%-
XYZ28.0549.2714.34-
YUV156.6980.7773.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 212 (83.20% from 255) = 58.08%
BLUE value IS 73 (28.91% from 255) = 20%
R=21.92%
G=58.08%
B=20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80212730.6200.660.17116.9861.7855.88
Hex50D4493E04211753e38
Octal120324111760102211657670
Binary101000011010100100100111111001000010100011110101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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