#50CC41

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

Shades of Lime Green #50CC41

Tints of Lime Green #50CC41

Color information

#50CC41 (or 0x50CC41) is unknown color: approx Lime Green. HEX triplet: 50, CC and 41. RGB value is (80,204,65). Sum of RGB (Red+Green+Blue) = 80+204+65=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC41 is #AF33BE. Grayscale: #979797. Windows color (decimal): -11482047 or 4312144. OLE color: 4312144.

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

Color convert

RGB8020465-
CMYK0.6100.680.2
HSL113.53º57.68%52.75%-
HSV(B)113.53º68.14%80%-
XYZ25.8645.2712.38-
YUV151.0879.4277.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 204 (80.08% from 255) = 58.45%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=22.92%
G=58.45%
B=18.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204650.6100.680.2113.5357.6852.75
Hex50CC413D04414723a35
Octal120314101750104241627265
Binary101000011001100100000111110101000100101001110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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