#46BE41

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

Shades of Lime Green #46BE41

Tints of Lime Green #46BE41

Color information

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

HSL color Cylindrical-coordinate representation of color #46BE41: hue angle of 117.6º 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 #46BE41 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB7019065-
CMYK0.6300.660.25
HSL117.6º49.02%50%-
HSV(B)117.6º65.79%74.51%-
XYZ21.8938.5111.28-
YUV139.8785.7478.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190650.6300.660.25117.649.0250
Hex46BE413F04219763132
Octal106276101770102311666162
Binary100011010111110100000111111101000010110011110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BE41; }

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

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

<style>
 a { background-color: #46BE41; }

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

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

<style>
 span { border-color: #46BE41; }

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

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