#50CC40

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

Shades of Lime Green #50CC40

Tints of Lime Green #50CC40

Color information

#50CC40 (or 0x50CC40) is unknown color: approx Lime Green. HEX triplet: 50, CC and 40. RGB value is (80,204,64). Sum of RGB (Red+Green+Blue) = 80+204+64=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC40 is #AF33BF. Grayscale: #979797. Windows color (decimal): -11482048 or 4246608. OLE color: 4246608.

HSL color Cylindrical-coordinate representation of color #50CC40: hue angle of 113.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CC40 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB8020464-
CMYK0.6100.690.2
HSL113.14º57.85%52.55%-
HSV(B)113.14º68.63%80%-
XYZ25.8345.2612.23-
YUV150.9678.9277.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 204 (80.08% from 255) = 58.62%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=22.99%
G=58.62%
B=18.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204640.6100.690.2113.1457.8552.55
Hex50CC403D04514713a35
Octal120314100750105241617265
Binary101000011001100100000011110101000101101001110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,64); }

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

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

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

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

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

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

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