#41E536

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

Shades of Lime Green #41E536

Tints of Lime Green #41E536

Color information

#41E536 (or 0x41E536) is unknown color: approx Lime Green. HEX triplet: 41, E5 and 36. RGB value is (65,229,54). Sum of RGB (Red+Green+Blue) = 65+229+54=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #41E536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E536 is #BE1AC9. Grayscale: #A0A0A0. Windows color (decimal): -12458698 or 3597633. OLE color: 3597633.

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

Color convert

RGB6522954-
CMYK0.7200.760.10
HSL116.23º77.09%55.49%-
HSV(B)116.23º76.42%89.8%-
XYZ30.8757.4312.95-
YUV160.0168.1760.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 229 (89.84% from 255) = 65.80%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=18.68%
G=65.80%
B=15.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal65229540.7200.760.10116.2377.0955.49
Hex41E5364804CA744d37
Octal1013456611001141216411567
Binary100000111100101110110100100001001100101011101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,229,54); }

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

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

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

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

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

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

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