#41F147

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

Shades of Lime Green #41F147

Tints of Lime Green #41F147

Color information

#41F147 (or 0x41F147) is unknown color: approx Lime Green. HEX triplet: 41, F1 and 47. RGB value is (65,241,71). Sum of RGB (Red+Green+Blue) = 65+241+71=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #41F147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F147 is #BE0EB8. Grayscale: #A9A9A9. Windows color (decimal): -12455609 or 4714817. OLE color: 4714817.

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

Color convert

RGB6524171-
CMYK0.7300.710.05
HSL122.05º86.27%60%-
HSV(B)122.05º73.03%94.51%-
XYZ34.7764.4916.58-
YUV16972.6953.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 241 (94.53% from 255) = 63.93%
BLUE value IS 71 (28.12% from 255) = 18.83%
R=17.24%
G=63.93%
B=18.83%

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
Decimal65241710.7300.710.05122.0586.2760
Hex41F1474904757a563c
Octal1013611071110107517212674
Binary100000111110001100011110010010100011110111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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