#50E546

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

Shades of Lime Green #50E546

Tints of Lime Green #50E546

Color information

#50E546 (or 0x50E546) is unknown color: approx Lime Green. HEX triplet: 50, E5 and 46. RGB value is (80,229,70). Sum of RGB (Red+Green+Blue) = 80+229+70=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #50E546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E546 is #AF1AB9. Grayscale: #A6A6A6. Windows color (decimal): -11475642 or 4646224. OLE color: 4646224.

HSL color Cylindrical-coordinate representation of color #50E546: hue angle of 116.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50E546 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB8022970-
CMYK0.6500.690.10
HSL116.23º75.36%58.63%-
HSV(B)116.23º69.43%89.8%-
XYZ32.4358.1915.32-
YUV166.3273.6466.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 229 (89.84% from 255) = 60.42%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=21.11%
G=60.42%
B=18.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229700.6500.690.10116.2375.3658.63
Hex50E54641045A744b3b
Octal12034510610101051216411373
Binary1010000111001011000110100000101000101101011101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,229,70); }

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

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

 a { background-color: rgb(80,229,70); }

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

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

 span { border-color: rgb(80,229,70); }

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