#50EC38

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

Shades of Lime Green #50EC38

Tints of Lime Green #50EC38

Color information

#50EC38 (or 0x50EC38) is unknown color: approx Lime Green. HEX triplet: 50, EC and 38. RGB value is (80,236,56). Sum of RGB (Red+Green+Blue) = 80+236+56=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC38 is #AF13C7. Grayscale: #A9A9A9. Windows color (decimal): -11473864 or 3730512. OLE color: 3730512.

HSL color Cylindrical-coordinate representation of color #50EC38: hue angle of 112º degrees, saturation: 0.83, 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 #50EC38 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB8023656-
CMYK0.6600.760.07
HSL112º82.57%57.25%-
HSV(B)112º76.27%92.55%-
XYZ34.0261.9813.91-
YUV168.8464.3264.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 236 (92.58% from 255) = 63.44%
BLUE value IS 56 (22.27% from 255) = 15.05%
R=21.51%
G=63.44%
B=15.05%

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
Decimal80236560.6600.760.0711282.5757.25
Hex50EC384204C7705339
Octal120354701020114716012371
Binary10100001110110011100010000100100110011111100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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