#50d13f

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

Shades of Lime Green #50D13F

Tints of Lime Green #50D13F

Color information

#50D13F (or 0x50D13F) is unknown color: approx Lime Green. HEX triplet: 50, D1 and 3F. RGB value is (80,209,63). Sum of RGB (Red+Green+Blue) = 80+209+63=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #50D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D13F is #AF2EC0. Grayscale: #9A9A9A. Windows color (decimal): -11480769 or 4182352. OLE color: 4182352.

HSL color Cylindrical-coordinate representation of color #50D13F: hue angle of 113.01º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50D13F is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB8020963-
CMYK0.6200.700.18
HSL113.01º61.34%53.33%-
HSV(B)113.01º69.86%81.96%-
XYZ27.0147.6712.48-
YUV153.7876.7675.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 209 (82.03% from 255) = 59.38%
BLUE value IS 63 (25% from 255) = 17.90%
R=22.73%
G=59.38%
B=17.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80209630.6200.700.18113.0161.3453.33
Hex50D13F3E04612713d35
Octal12032177760106221617565
Binary10100001101000111111111111001000110100101110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50d13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,209,63); }

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

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

 a { background-color: rgb(80,209,63); }

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

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

 span { border-color: rgb(80,209,63); }

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