#50D939

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

Shades of Lime Green #50D939

Tints of Lime Green #50D939

Color information

#50D939 (or 0x50D939) is unknown color: approx Lime Green. HEX triplet: 50, D9 and 39. RGB value is (80,217,57). Sum of RGB (Red+Green+Blue) = 80+217+57=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #50D939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D939 is #AF26C6. Grayscale: #9E9E9E. Windows color (decimal): -11478727 or 3791184. OLE color: 3791184.

HSL color Cylindrical-coordinate representation of color #50D939: hue angle of 111.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50D939 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB8021757-
CMYK0.6300.740.15
HSL111.38º67.8%53.73%-
HSV(B)111.38º73.73%85.1%-
XYZ28.8651.6312.31-
YUV157.871.1172.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 217 (85.16% from 255) = 61.30%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=22.60%
G=61.30%
B=16.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80217570.6300.740.15111.3867.853.73
Hex50D9393F04AF6f4436
Octal120331717701121715710466
Binary10100001101100111100111111101001010111111011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,217,57); }

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

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

 a { background-color: rgb(80,217,57); }

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

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

 span { border-color: rgb(80,217,57); }

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