#41E135

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

Shades of Lime Green #41E135

Tints of Lime Green #41E135

Color information

#41E135 (or 0x41E135) is unknown color: approx Lime Green. HEX triplet: 41, E1 and 35. RGB value is (65,225,53). Sum of RGB (Red+Green+Blue) = 65+225+53=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #41E135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E135 is #BE1ECA. Grayscale: #9E9E9E. Windows color (decimal): -12459723 or 3531073. OLE color: 3531073.

HSL color Cylindrical-coordinate representation of color #41E135: hue angle of 115.81º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41E135 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB6522553-
CMYK0.7100.760.12
HSL115.81º74.14%54.51%-
HSV(B)115.81º76.44%88.24%-
XYZ29.7555.2312.46-
YUV157.5568.9961.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 225 (88.28% from 255) = 65.60%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=18.95%
G=65.60%
B=15.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal65225530.7100.760.12115.8174.1454.51
Hex41E1354704CC744a37
Octal1013416510701141416411267
Binary100000111100001110101100011101001100110011101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,225,53); }

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

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

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

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

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

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

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