#50E83D

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

Shades of Lime Green #50E83D

Tints of Lime Green #50E83D

Color information

#50E83D (or 0x50E83D) is unknown color: approx Lime Green. HEX triplet: 50, E8 and 3D. RGB value is (80,232,61). Sum of RGB (Red+Green+Blue) = 80+232+61=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 232 (91.02% from 255 or 62.20% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 232 - color contains mainly: green. Hex color #50E83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E83D is #AF17C2. Grayscale: #A7A7A7. Windows color (decimal): -11474883 or 4057168. OLE color: 4057168.

HSL color Cylindrical-coordinate representation of color #50E83D: hue angle of 113.33º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50E83D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB8023261-
CMYK0.6600.740.09
HSL113.33º78.8%57.45%-
HSV(B)113.33º73.71%90.98%-
XYZ33.0159.7614.21-
YUV167.0668.1465.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 232 (91.02% from 255) = 62.20%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=21.45%
G=62.20%
B=16.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80232610.6600.740.09113.3378.857.45
Hex50E83D4204A9714f39
Octal1203507510201121116111771
Binary101000011101000111101100001001001010100111100011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,232,61); }

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

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

 a { background-color: rgb(80,232,61); }

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

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

 span { border-color: rgb(80,232,61); }

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