#41D150

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

Shades of Lime Green #41D150

Tints of Lime Green #41D150

Color information

#41D150 (or 0x41D150) is unknown color: approx Lime Green. HEX triplet: 41, D1 and 50. RGB value is (65,209,80). Sum of RGB (Red+Green+Blue) = 65+209+80=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #41D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D150 is #BE2EAF. Grayscale: #979797. Windows color (decimal): -12463792 or 5296449. OLE color: 5296449.

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

Color convert

RGB6520980-
CMYK0.6900.620.18
HSL126.25º61.02%53.73%-
HSV(B)126.25º68.9%81.96%-
XYZ26.4347.315.33-
YUV151.2487.7966.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 209 (82.03% from 255) = 59.04%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=18.36%
G=59.04%
B=22.60%

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
Decimal65209800.6900.620.18126.2561.0253.73
Hex41D1504503E127e3d36
Octal101321120105076221767566
Binary100000111010001101000010001010111110100101111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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