#50D246

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

Shades of Lime Green #50D246

Tints of Lime Green #50D246

Color information

#50D246 (or 0x50D246) is unknown color: approx Lime Green. HEX triplet: 50, D2 and 46. RGB value is (80,210,70). Sum of RGB (Red+Green+Blue) = 80+210+70=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #50D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D246 is #AF2DB9. Grayscale: #9B9B9B. Windows color (decimal): -11480506 or 4641360. OLE color: 4641360.

HSL color Cylindrical-coordinate representation of color #50D246: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D246 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB8021070-
CMYK0.6200.670.18
HSL115.71º60.87%54.9%-
HSV(B)115.71º66.67%82.35%-
XYZ27.4648.2413.66-
YUV155.1779.9374.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 210 (82.42% from 255) = 58.33%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=22.22%
G=58.33%
B=19.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80210700.6200.670.18115.7160.8754.9
Hex50D2463E04312743d37
Octal120322106760103221647567
Binary101000011010010100011011111001000011100101110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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