#50D450

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

Shades of Lime Green #50D450

Tints of Lime Green #50D450

Color information

#50D450 (or 0x50D450) is unknown color: approx Lime Green. HEX triplet: 50, D4 and 50. RGB value is (80,212,80). Sum of RGB (Red+Green+Blue) = 80+212+80=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #50D450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D450 is #AF2BAF. Grayscale: #9D9D9D. Windows color (decimal): -11479984 or 5297232. OLE color: 5297232.

HSL color Cylindrical-coordinate representation of color #50D450: hue angle of 120º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D450 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB8021280-
CMYK0.6200.620.17
HSL120º60.55%57.25%-
HSV(B)120º62.26%83.14%-
XYZ28.349.3715.63-
YUV157.4884.2772.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 212 (83.20% from 255) = 56.99%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=21.51%
G=56.99%
B=21.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80212800.6200.620.1712060.5557.25
Hex50D4503E03E11783d39
Octal12032412076076211707571
Binary10100001101010010100001111100111110100011111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,212,80); }

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

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

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

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

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

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

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