#41E346

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

Shades of Lime Green #41E346

Tints of Lime Green #41E346

Color information

#41E346 (or 0x41E346) is unknown color: approx Lime Green. HEX triplet: 41, E3 and 46. RGB value is (65,227,70). Sum of RGB (Red+Green+Blue) = 65+227+70=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #41E346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E346 is #BE1CB9. Grayscale: #A1A1A1. Windows color (decimal): -12459194 or 4645697. OLE color: 4645697.

HSL color Cylindrical-coordinate representation of color #41E346: hue angle of 121.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E346 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB6522770-
CMYK0.7100.690.11
HSL121.85º74.31%57.25%-
HSV(B)121.85º71.37%89.02%-
XYZ30.7556.515.08-
YUV160.6676.8359.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 227 (89.06% from 255) = 62.71%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=17.96%
G=62.71%
B=19.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65227700.7100.690.11121.8574.3157.25
Hex41E34647045B7a4a39
Octal10134310610701051317211271
Binary1000001111000111000110100011101000101101111110101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,227,70); }

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

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

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

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

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

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

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