#41D050

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

Shades of Lime Green #41D050

Tints of Lime Green #41D050

Color information

#41D050 (or 0x41D050) is unknown color: approx Lime Green. HEX triplet: 41, D0 and 50. RGB value is (65,208,80). Sum of RGB (Red+Green+Blue) = 65+208+80=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #41D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D050 is #BE2FAF. Grayscale: #979797. Windows color (decimal): -12464048 or 5296193. OLE color: 5296193.

HSL color Cylindrical-coordinate representation of color #41D050: hue angle of 126.29º 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 #41D050 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB6520880-
CMYK0.6900.620.18
HSL126.29º60.34%53.53%-
HSV(B)126.29º68.75%81.57%-
XYZ26.1846.8115.25-
YUV150.6588.1266.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65208800.6900.620.18126.2960.3453.53
Hex41D0504503E127e3c36
Octal101320120105076221767466
Binary100000111010000101000010001010111110100101111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41D050; }

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

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

<style>
 a { background-color: #41D050; }

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

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

<style>
 span { border-color: #41D050; }

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

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