#41F146

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

Shades of Lime Green #41F146

Tints of Lime Green #41F146

Color information

#41F146 (or 0x41F146) is unknown color: approx Lime Green. HEX triplet: 41, F1 and 46. RGB value is (65,241,70). Sum of RGB (Red+Green+Blue) = 65+241+70=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #41F146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F146 is #BE0EB9. Grayscale: #A9A9A9. Windows color (decimal): -12455610 or 4649281. OLE color: 4649281.

HSL color Cylindrical-coordinate representation of color #41F146: hue angle of 121.7º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F146 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB6524170-
CMYK0.7300.710.05
HSL121.7º86.27%60%-
HSV(B)121.7º73.03%94.51%-
XYZ34.7464.4816.41-
YUV168.8872.1953.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 241 (94.53% from 255) = 64.10%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=17.29%
G=64.10%
B=18.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65241700.7300.710.05121.786.2760
Hex41F1464904757a563c
Octal1013611061110107517212674
Binary100000111110001100011010010010100011110111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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