#41F148

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

Shades of Lime Green #41F148

Tints of Lime Green #41F148

Color information

#41F148 (or 0x41F148) is unknown color: approx Lime Green. HEX triplet: 41, F1 and 48. RGB value is (65,241,72). Sum of RGB (Red+Green+Blue) = 65+241+72=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #41F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F148 is #BE0EB7. Grayscale: #A9A9A9. Windows color (decimal): -12455608 or 4780353. OLE color: 4780353.

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

Color convert

RGB6524172-
CMYK0.7300.700.05
HSL122.39º86.27%60%-
HSV(B)122.39º73.03%94.51%-
XYZ34.864.516.75-
YUV169.1173.1953.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 241 (94.53% from 255) = 63.76%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=17.20%
G=63.76%
B=19.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65241720.7300.700.05122.3986.2760
Hex41F1484904657a563c
Octal1013611101110106517212674
Binary100000111110001100100010010010100011010111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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