#41EB46

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

Shades of Lime Green #41EB46

Tints of Lime Green #41EB46

Color information

#41EB46 (or 0x41EB46) is unknown color: approx Lime Green. HEX triplet: 41, EB and 46. RGB value is (65,235,70). Sum of RGB (Red+Green+Blue) = 65+235+70=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 235 (92.19% from 255 or 63.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EB46 is #BE14B9. Grayscale: #A5A5A5. Windows color (decimal): -12457146 or 4647745. OLE color: 4647745.

HSL color Cylindrical-coordinate representation of color #41EB46: hue angle of 121.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EB46 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB6523570-
CMYK0.7200.700.08
HSL121.76º80.95%58.82%-
HSV(B)121.76º72.34%92.16%-
XYZ32.9960.9815.83-
YUV165.3674.1856.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 235 (92.19% from 255) = 63.51%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=17.57%
G=63.51%
B=18.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal65235700.7200.700.08121.7680.9558.82
Hex41EB464804687a513b
Octal10135310611001061017212173
Binary1000001111010111000110100100001000110100011110101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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