#50EC39

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

Shades of Lime Green #50EC39

Tints of Lime Green #50EC39

Color information

#50EC39 (or 0x50EC39) is unknown color: approx Lime Green. HEX triplet: 50, EC and 39. RGB value is (80,236,57). Sum of RGB (Red+Green+Blue) = 80+236+57=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC39 is #AF13C6. Grayscale: #A9A9A9. Windows color (decimal): -11473863 or 3796048. OLE color: 3796048.

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

Color convert

RGB8023657-
CMYK0.6600.760.07
HSL112.29º82.49%57.45%-
HSV(B)112.29º75.85%92.55%-
XYZ34.0461.9914.04-
YUV168.9564.8264.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 236 (92.58% from 255) = 63.27%
BLUE value IS 57 (22.66% from 255) = 15.28%
R=21.45%
G=63.27%
B=15.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80236570.6600.760.07112.2982.4957.45
Hex50EC394204C7705239
Octal120354711020114716012271
Binary10100001110110011100110000100100110011111100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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