#41DE54

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

Shades of Lime Green #41DE54

Tints of Lime Green #41DE54

Color information

#41DE54 (or 0x41DE54) is unknown color: approx Lime Green. HEX triplet: 41, DE and 54. RGB value is (65,222,84). Sum of RGB (Red+Green+Blue) = 65+222+84=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DE54 is #BE21AB. Grayscale: #9F9F9F. Windows color (decimal): -12460460 or 5561921. OLE color: 5561921.

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

Color convert

RGB6522284-
CMYK0.7100.620.13
HSL127.26º70.4%56.27%-
HSV(B)127.26º70.72%87.06%-
XYZ29.954.0117.24-
YUV159.3285.4960.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=17.52%
G=59.84%
B=22.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65222840.7100.620.13127.2670.456.27
Hex41DE544703ED7f4638
Octal1013361241070761517710670
Binary100000111011110101010010001110111110110111111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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