#41F141

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

Shades of Lime Green #41F141

Tints of Lime Green #41F141

Color information

#41F141 (or 0x41F141) is unknown color: approx Lime Green. HEX triplet: 41, F1 and 41. RGB value is (65,241,65). Sum of RGB (Red+Green+Blue) = 65+241+65=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #41F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F141 is #BE0EBE. Grayscale: #A8A8A8. Windows color (decimal): -12455615 or 4321601. OLE color: 4321601.

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

Color convert

RGB6524165-
CMYK0.7300.730.05
HSL120º86.27%60%-
HSV(B)120º73.03%94.51%-
XYZ34.5964.4215.61-
YUV168.3169.6954.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 241 (94.53% from 255) = 64.96%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=17.52%
G=64.96%
B=17.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65241650.7300.730.0512086.2760
Hex41F14149049578563c
Octal1013611011110111517012674
Binary100000111110001100000110010010100100110111110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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