#41BE46

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

Shades of Lime Green #41BE46

Tints of Lime Green #41BE46

Color information

#41BE46 (or 0x41BE46) is unknown color: approx Lime Green. HEX triplet: 41, BE and 46. RGB value is (65,190,70). Sum of RGB (Red+Green+Blue) = 65+190+70=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE46 is #BE41B9. Grayscale: #8B8B8B. Windows color (decimal): -12468666 or 4636225. OLE color: 4636225.

HSL color Cylindrical-coordinate representation of color #41BE46: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BE46 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB6519070-
CMYK0.6600.630.25
HSL122.4º49.02%50%-
HSV(B)122.4º65.79%74.51%-
XYZ21.738.3912.06-
YUV138.9489.0975.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 58.46%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=20%
G=58.46%
B=21.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65190700.6600.630.25122.449.0250
Hex41BE464203F197a3132
Octal101276106102077311726162
Binary100000110111110100011010000100111111110011111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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