#41DE53

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

Shades of Lime Green #41DE53

Tints of Lime Green #41DE53

Color information

#41DE53 (or 0x41DE53) is unknown color: approx Lime Green. HEX triplet: 41, DE and 53. RGB value is (65,222,83). Sum of RGB (Red+Green+Blue) = 65+222+83=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DE53 is #BE21AC. Grayscale: #9F9F9F. Windows color (decimal): -12460461 or 5496385. OLE color: 5496385.

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

Color convert

RGB6522283-
CMYK0.7100.630.13
HSL126.88º70.4%56.27%-
HSV(B)126.88º70.72%87.06%-
XYZ29.8653.9917.03-
YUV159.2184.9960.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 222 (87.11% from 255) = 60%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=17.57%
G=60%
B=22.43%

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
Decimal65222830.7100.630.13126.8870.456.27
Hex41DE534703FD7f4638
Octal1013361231070771517710670
Binary100000111011110101001110001110111111110111111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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