#50DE45

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

Shades of Lime Green #50DE45

Tints of Lime Green #50DE45

Color information

#50DE45 (or 0x50DE45) is unknown color: approx Lime Green. HEX triplet: 50, DE and 45. RGB value is (80,222,69). Sum of RGB (Red+Green+Blue) = 80+222+69=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE45 is #AF21BA. Grayscale: #A2A2A2. Windows color (decimal): -11477435 or 4578896. OLE color: 4578896.

HSL color Cylindrical-coordinate representation of color #50DE45: hue angle of 115.69º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DE45 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB8022269-
CMYK0.6400.690.13
HSL115.69º69.86%57.06%-
HSV(B)115.69º68.92%87.06%-
XYZ30.554.3814.52-
YUV162.175.4669.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=21.56%
G=59.84%
B=18.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80222690.6400.690.13115.6969.8657.06
Hex50DE4540045D744639
Octal12033610510001051516410671
Binary1010000110111101000101100000001000101110111101001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,222,69); }

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

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

 a { background-color: rgb(80,222,69); }

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

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

 span { border-color: rgb(80,222,69); }

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