#50E137

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

Shades of Lime Green #50E137

Tints of Lime Green #50E137

Color information

#50E137 (or 0x50E137) is unknown color: approx Lime Green. HEX triplet: 50, E1 and 37. RGB value is (80,225,55). Sum of RGB (Red+Green+Blue) = 80+225+55=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #50E137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E137 is #AF1EC8. Grayscale: #A2A2A2. Windows color (decimal): -11476681 or 3662160. OLE color: 3662160.

HSL color Cylindrical-coordinate representation of color #50E137: hue angle of 111.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50E137 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB8022555-
CMYK0.6400.760.12
HSL111.18º73.91%54.9%-
HSV(B)111.18º75.56%88.24%-
XYZ30.9255.8312.76-
YUV162.2667.4669.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 225 (88.28% from 255) = 62.5%
BLUE value IS 55 (21.88% from 255) = 15.28%
R=22.22%
G=62.5%
B=15.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal80225550.6400.760.12111.1873.9154.9
Hex50E1374004CC6f4a37
Octal1203416710001141415711267
Binary101000011100001110111100000001001100110011011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,225,55); }

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

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

 a { background-color: rgb(80,225,55); }

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

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

 span { border-color: rgb(80,225,55); }

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