#41F049

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

Shades of Lime Green #41F049

Tints of Lime Green #41F049

Color information

#41F049 (or 0x41F049) is unknown color: approx Lime Green. HEX triplet: 41, F0 and 49. RGB value is (65,240,73). Sum of RGB (Red+Green+Blue) = 65+240+73=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #41F049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F049 is #BE0FB6. Grayscale: #A9A9A9. Windows color (decimal): -12455863 or 4845633. OLE color: 4845633.

HSL color Cylindrical-coordinate representation of color #41F049: hue angle of 122.74º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F049 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB6524073-
CMYK0.7300.700.06
HSL122.74º85.37%59.8%-
HSV(B)122.74º72.92%94.12%-
XYZ34.5463.9316.82-
YUV168.6474.0254.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 240 (94.14% from 255) = 63.49%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=17.20%
G=63.49%
B=19.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal65240730.7300.700.06122.7485.3759.8
Hex41F0494904667b553c
Octal1013601111110106617312574
Binary100000111110000100100110010010100011011011110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,240,73); }

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

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

 a { background-color: rgb(65,240,73); }

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

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

 span { border-color: rgb(65,240,73); }

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