#50CD42

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

Shades of Lime Green #50CD42

Tints of Lime Green #50CD42

Color information

#50CD42 (or 0x50CD42) is unknown color: approx Lime Green. HEX triplet: 50, CD and 42. RGB value is (80,205,66). Sum of RGB (Red+Green+Blue) = 80+205+66=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD42 is #AF32BD. Grayscale: #989898. Windows color (decimal): -11481790 or 4377936. OLE color: 4377936.

HSL color Cylindrical-coordinate representation of color #50CD42: hue angle of 113.96º 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 #50CD42 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB8020566-
CMYK0.6100.680.20
HSL113.96º58.16%53.14%-
HSV(B)113.96º67.8%80.39%-
XYZ26.1245.7612.61-
YUV151.7879.5976.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 205 (80.47% from 255) = 58.40%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=22.79%
G=58.40%
B=18.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205660.6100.680.20113.9658.1653.14
Hex50CD423D04414723a35
Octal120315102750104241627265
Binary101000011001101100001011110101000100101001110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,205,66); }

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

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

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

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

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

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

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