#41DE41

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

Shades of Lime Green #41DE41

Tints of Lime Green #41DE41

Color information

#41DE41 (or 0x41DE41) is unknown color: approx Lime Green. HEX triplet: 41, DE and 41. RGB value is (65,222,65). Sum of RGB (Red+Green+Blue) = 65+222+65=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DE41 is #BE21BE. Grayscale: #9D9D9D. Windows color (decimal): -12460479 or 4316737. OLE color: 4316737.

HSL color Cylindrical-coordinate representation of color #41DE41: hue angle of 120º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DE41 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB6522265-
CMYK0.7100.710.13
HSL120º70.4%56.27%-
HSV(B)120º70.72%87.06%-
XYZ29.2653.7513.83-
YUV157.1675.9962.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 222 (87.11% from 255) = 63.07%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=18.47%
G=63.07%
B=18.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65222650.7100.710.1312070.456.27
Hex41DE4147047D784638
Octal10133610110701071517010670
Binary1000001110111101000001100011101000111110111110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,222,65); }

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

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

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

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

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

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

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