#50CC43

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

Shades of Lime Green #50CC43

Tints of Lime Green #50CC43

Color information

#50CC43 (or 0x50CC43) is unknown color: approx Lime Green. HEX triplet: 50, CC and 43. RGB value is (80,204,67). Sum of RGB (Red+Green+Blue) = 80+204+67=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC43 is #AF33BC. Grayscale: #979797. Windows color (decimal): -11482045 or 4443216. OLE color: 4443216.

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

Color convert

RGB8020467-
CMYK0.6100.670.2
HSL114.31º57.32%53.14%-
HSV(B)114.31º67.16%80%-
XYZ25.9145.312.69-
YUV151.3180.4277.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 204 (80.08% from 255) = 58.12%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=22.79%
G=58.12%
B=19.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204670.6100.670.2114.3157.3253.14
Hex50CC433D04314723935
Octal120314103750103241627165
Binary101000011001100100001111110101000011101001110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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