#41F546

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

Shades of Lime Green #41F546

Tints of Lime Green #41F546

Color information

#41F546 (or 0x41F546) is unknown color: approx Lime Green. HEX triplet: 41, F5 and 46. RGB value is (65,245,70). Sum of RGB (Red+Green+Blue) = 65+245+70=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 245 (96.09% from 255 or 64.47% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 245 - color contains mainly: green. Hex color #41F546 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F546 is #BE0AB9. Grayscale: #ABABAB. Windows color (decimal): -12454586 or 4650305. OLE color: 4650305.

HSL color Cylindrical-coordinate representation of color #41F546: hue angle of 121.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F546 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB6524570-
CMYK0.7300.710.04
HSL121.67º90%60.78%-
HSV(B)121.67º73.47%96.08%-
XYZ35.9466.8716.81-
YUV171.2370.8752.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 245 (96.09% from 255) = 64.47%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=17.11%
G=64.47%
B=18.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal65245700.7300.710.04121.679060.78
Hex41F5464904747a5a3d
Octal1013651061110107417213275
Binary100000111110101100011010010010100011110011110101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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