#50E329

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

Shades of Lime Green #50E329

Tints of Lime Green #50E329

Color information

#50E329 (or 0x50E329) is unknown color: approx Lime Green. HEX triplet: 50, E3 and 29. RGB value is (80,227,41). Sum of RGB (Red+Green+Blue) = 80+227+41=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #50E329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E329 is #AF1CD6. Grayscale: #A2A2A2. Windows color (decimal): -11476183 or 2745168. OLE color: 2745168.

HSL color Cylindrical-coordinate representation of color #50E329: hue angle of 107.42º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50E329 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB8022741-
CMYK0.6500.820.11
HSL107.42º76.86%52.55%-
HSV(B)107.42º81.94%89.02%-
XYZ31.1856.811.42-
YUV161.8459.869.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 227 (89.06% from 255) = 65.23%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=22.99%
G=65.23%
B=11.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80227410.6500.820.11107.4276.8652.55
Hex50E32941052B6b4d35
Octal1203435110101221315311565
Binary101000011100011101001100000101010010101111010111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,227,41); }

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

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

 a { background-color: rgb(80,227,41); }

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

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

 span { border-color: rgb(80,227,41); }

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