#46C53F

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

Shades of Lime Green #46C53F

Tints of Lime Green #46C53F

Color information

#46C53F (or 0x46C53F) is unknown color: approx Lime Green. HEX triplet: 46, C5 and 3F. RGB value is (70,197,63). Sum of RGB (Red+Green+Blue) = 70+197+63=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #46C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C53F is #B93AC0. Grayscale: #909090. Windows color (decimal): -12139201 or 4179270. OLE color: 4179270.

HSL color Cylindrical-coordinate representation of color #46C53F: hue angle of 116.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46C53F is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB7019763-
CMYK0.6400.680.23
HSL116.87º53.6%50.98%-
HSV(B)116.87º68.02%77.25%-
XYZ23.3941.5911.5-
YUV143.7582.4275.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 63 (25% from 255) = 19.09%
R=21.21%
G=59.70%
B=19.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70197630.6400.680.23116.8753.650.98
Hex46C53F4004417753633
Octal106305771000104271656663
Binary100011011000101111111100000001000100101111110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,197,63); }

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

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

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

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

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

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

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