#41E641

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

Shades of Lime Green #41E641

Tints of Lime Green #41E641

Color information

#41E641 (or 0x41E641) is unknown color: approx Lime Green. HEX triplet: 41, E6 and 41. RGB value is (65,230,65). Sum of RGB (Red+Green+Blue) = 65+230+65=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 230 (90.23% from 255 or 63.89% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 230 - color contains mainly: green. Hex color #41E641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E641 is #BE19BE. Grayscale: #A2A2A2. Windows color (decimal): -12458431 or 4318785. OLE color: 4318785.

HSL color Cylindrical-coordinate representation of color #41E641: hue angle of 120º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E641 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB6523065-
CMYK0.7200.720.10
HSL120º76.74%57.84%-
HSV(B)120º71.74%90.2%-
XYZ31.4358.114.56-
YUV161.8573.3458.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 230 (90.23% from 255) = 63.89%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=18.06%
G=63.89%
B=18.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal65230650.7200.720.1012076.7457.84
Hex41E64148048A784d3a
Octal10134610111001101217011572
Binary1000001111001101000001100100001001000101011110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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