#41DC3B

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

Shades of Lime Green #41DC3B

Tints of Lime Green #41DC3B

Color information

#41DC3B (or 0x41DC3B) is unknown color: approx Lime Green. HEX triplet: 41, DC and 3B. RGB value is (65,220,59). Sum of RGB (Red+Green+Blue) = 65+220+59=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DC3B is #BE23C4. Grayscale: #9B9B9B. Windows color (decimal): -12460997 or 3923009. OLE color: 3923009.

HSL color Cylindrical-coordinate representation of color #41DC3B: hue angle of 117.76º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DC3B is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB6522059-
CMYK0.7000.730.14
HSL117.76º69.7%54.71%-
HSV(B)117.76º73.18%86.27%-
XYZ28.5652.6312.79-
YUV155.373.6563.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 220 (86.33% from 255) = 63.95%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=18.90%
G=63.95%
B=17.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65220590.7000.730.14117.7669.754.71
Hex41DC3B46049E764637
Octal1013347310601111616610667
Binary100000111011100111011100011001001001111011101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,59); }

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

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

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

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

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

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

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