#41d546

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

Shades of Lime Green #41D546

Tints of Lime Green #41D546

Color information

#41D546 (or 0x41D546) is unknown color: approx Lime Green. HEX triplet: 41, D5 and 46. RGB value is (65,213,70). Sum of RGB (Red+Green+Blue) = 65+213+70=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #41D546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D546 is #BE2AB9. Grayscale: #989898. Windows color (decimal): -12462778 or 4642113. OLE color: 4642113.

HSL color Cylindrical-coordinate representation of color #41D546: hue angle of 122.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D546 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB6521370-
CMYK0.6900.670.16
HSL122.03º63.79%54.51%-
HSV(B)122.03º69.48%83.53%-
XYZ27.0849.1513.85-
YUV152.4581.4765.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 213 (83.59% from 255) = 61.21%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=18.68%
G=61.21%
B=20.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65213700.6900.670.16122.0363.7954.51
Hex41D54645043107a4037
Octal10132510610501032017210067
Binary10000011101010110001101000101010000111000011110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41d546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,213,70); }

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

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

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

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

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

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

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