#41DD51

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

Shades of Lime Green #41DD51

Tints of Lime Green #41DD51

Color information

#41DD51 (or 0x41DD51) is unknown color: approx Lime Green. HEX triplet: 41, DD and 51. RGB value is (65,221,81). Sum of RGB (Red+Green+Blue) = 65+221+81=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DD51 is #BE22AE. Grayscale: #9E9E9E. Windows color (decimal): -12460719 or 5365057. OLE color: 5365057.

HSL color Cylindrical-coordinate representation of color #41DD51: hue angle of 126.15º 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 #41DD51 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB6522181-
CMYK0.7100.630.13
HSL126.15º69.64%56.08%-
HSV(B)126.15º70.59%86.67%-
XYZ29.5253.4316.54-
YUV158.484.3261.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 221 (86.72% from 255) = 60.22%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=17.71%
G=60.22%
B=22.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65221810.7100.630.13126.1569.6456.08
Hex41DD514703FD7e4638
Octal1013351211070771517610670
Binary100000111011101101000110001110111111110111111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,221,81); }

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

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

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

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

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

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

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