#50EC3F

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

Shades of Lime Green #50EC3F

Tints of Lime Green #50EC3F

Color information

#50EC3F (or 0x50EC3F) is unknown color: approx Lime Green. HEX triplet: 50, EC and 3F. RGB value is (80,236,63). Sum of RGB (Red+Green+Blue) = 80+236+63=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC3F is #AF13C0. Grayscale: #AAAAAA. Windows color (decimal): -11473857 or 4189264. OLE color: 4189264.

HSL color Cylindrical-coordinate representation of color #50EC3F: hue angle of 114.1º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50EC3F is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB8023663-
CMYK0.6600.730.07
HSL114.1º81.99%58.63%-
HSV(B)114.1º73.31%92.55%-
XYZ34.262.0614.88-
YUV169.6367.8264.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 236 (92.58% from 255) = 62.27%
BLUE value IS 63 (25% from 255) = 16.62%
R=21.11%
G=62.27%
B=16.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80236630.6600.730.07114.181.9958.63
Hex50EC3F42049772523b
Octal120354771020111716212273
Binary10100001110110011111110000100100100111111100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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