#50E73D

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

Shades of Lime Green #50E73D

Tints of Lime Green #50E73D

Color information

#50E73D (or 0x50E73D) is unknown color: approx Lime Green. HEX triplet: 50, E7 and 3D. RGB value is (80,231,61). Sum of RGB (Red+Green+Blue) = 80+231+61=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #50E73D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E73D is #AF18C2. Grayscale: #A7A7A7. Windows color (decimal): -11475139 or 4056912. OLE color: 4056912.

HSL color Cylindrical-coordinate representation of color #50E73D: hue angle of 113.29º degrees, saturation: 0.78, 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 #50E73D is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB8023161-
CMYK0.6500.740.09
HSL113.29º77.98%57.25%-
HSV(B)113.29º73.59%90.59%-
XYZ32.7359.1914.12-
YUV166.4768.4766.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 231 (90.62% from 255) = 62.10%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=21.51%
G=62.10%
B=16.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80231610.6500.740.09113.2977.9857.25
Hex50E73D4104A9714e39
Octal1203477510101121116111671
Binary101000011100111111101100000101001010100111100011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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