#50d041

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

Shades of Lime Green #50D041

Tints of Lime Green #50D041

Color information

#50D041 (or 0x50D041) is unknown color: approx Lime Green. HEX triplet: 50, D0 and 41. RGB value is (80,208,65). Sum of RGB (Red+Green+Blue) = 80+208+65=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #50D041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D041 is #AF2FBE. Grayscale: #999999. Windows color (decimal): -11481023 or 4313168. OLE color: 4313168.

HSL color Cylindrical-coordinate representation of color #50D041: hue angle of 113.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D041 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB8020865-
CMYK0.6200.690.18
HSL113.71º60.34%53.53%-
HSV(B)113.71º68.75%81.57%-
XYZ26.8247.212.7-
YUV153.4378.0975.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 208 (81.64% from 255) = 58.92%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=22.66%
G=58.92%
B=18.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80208650.6200.690.18113.7160.3453.53
Hex50D0413E04512723c36
Octal120320101760105221627466
Binary101000011010000100000111111001000101100101110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50d041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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