#46D846

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

Shades of Lime Green #46D846

Tints of Lime Green #46D846

Color information

#46D846 (or 0x46D846) is unknown color: approx Lime Green. HEX triplet: 46, D8 and 46. RGB value is (70,216,70). Sum of RGB (Red+Green+Blue) = 70+216+70=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #46D846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D846 is #B927B9. Grayscale: #9C9C9C. Windows color (decimal): -12134330 or 4642886. OLE color: 4642886.

HSL color Cylindrical-coordinate representation of color #46D846: hue angle of 120º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D846 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB7021670-
CMYK0.6800.680.15
HSL120º65.18%56.08%-
HSV(B)120º67.59%84.71%-
XYZ28.1950.8614.12-
YUV155.779.6366.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 216 (84.77% from 255) = 60.67%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=19.66%
G=60.67%
B=19.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70216700.6800.680.1512065.1856.08
Hex46D84644044F784138
Octal10633010610401041717010170
Binary1000110110110001000110100010001000100111111110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,216,70); }

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

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

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

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

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

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

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