#46DD49

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

Shades of Lime Green #46DD49

Tints of Lime Green #46DD49

Color information

#46DD49 (or 0x46DD49) is unknown color: approx Lime Green. HEX triplet: 46, DD and 49. RGB value is (70,221,73). Sum of RGB (Red+Green+Blue) = 70+221+73=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD49 is #B922B6. Grayscale: #9F9F9F. Windows color (decimal): -12133047 or 4840774. OLE color: 4840774.

HSL color Cylindrical-coordinate representation of color #46DD49: hue angle of 121.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD49 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB7022173-
CMYK0.6800.670.13
HSL121.19º68.95%57.06%-
HSV(B)121.19º68.33%86.67%-
XYZ29.5853.515.07-
YUV158.9879.4764.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 221 (86.72% from 255) = 60.71%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=19.23%
G=60.71%
B=20.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221730.6800.670.13121.1968.9557.06
Hex46DD4944043D794539
Octal10633511110401031517110571
Binary1000110110111011001001100010001000011110111110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,221,73); }

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

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

 a { background-color: rgb(70,221,73); }

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

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

 span { border-color: rgb(70,221,73); }

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