#41E642

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

Shades of Lime Green #41E642

Tints of Lime Green #41E642

Color information

#41E642 (or 0x41E642) is unknown color: approx Lime Green. HEX triplet: 41, E6 and 42. RGB value is (65,230,66). Sum of RGB (Red+Green+Blue) = 65+230+66=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #41E642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E642 is #BE19BD. Grayscale: #A2A2A2. Windows color (decimal): -12458430 or 4384321. OLE color: 4384321.

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

Color convert

RGB6523066-
CMYK0.7200.710.10
HSL120.36º76.74%57.84%-
HSV(B)120.36º71.74%90.2%-
XYZ31.4658.1114.71-
YUV161.9773.8458.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 230 (90.23% from 255) = 63.71%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=18.01%
G=63.71%
B=18.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal65230660.7200.710.10120.3676.7457.84
Hex41E64248047A784d3a
Octal10134610211001071217011572
Binary1000001111001101000010100100001000111101011110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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