#50CB47

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

Shades of Lime Green #50CB47

Tints of Lime Green #50CB47

Color information

#50CB47 (or 0x50CB47) is unknown color: approx Lime Green. HEX triplet: 50, CB and 47. RGB value is (80,203,71). Sum of RGB (Red+Green+Blue) = 80+203+71=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB47 is #AF34B8. Grayscale: #979797. Windows color (decimal): -11482297 or 4705104. OLE color: 4705104.

HSL color Cylindrical-coordinate representation of color #50CB47: hue angle of 115.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CB47 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB8020371-
CMYK0.6100.650.20
HSL115.91º55.93%53.73%-
HSV(B)115.91º65.02%79.61%-
XYZ25.844.8713.26-
YUV151.1782.7577.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 203 (79.69% from 255) = 57.34%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=22.60%
G=57.34%
B=20.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203710.6100.650.20115.9155.9353.73
Hex50CB473D04114743836
Octal120313107750101241647066
Binary101000011001011100011111110101000001101001110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,71); }

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

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

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

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

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

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

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