#46F632

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

Shades of Lime Green #46F632

Tints of Lime Green #46F632

Color information

#46F632 (or 0x46F632) is unknown color: approx Lime Green. HEX triplet: 46, F6 and 32. RGB value is (70,246,50). Sum of RGB (Red+Green+Blue) = 70+246+50=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 246 (96.48% from 255 or 67.21% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 246 - color contains mainly: green. Hex color #46F632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F632 is #B909CD. Grayscale: #ABABAB. Windows color (decimal): -12126670 or 3339846. OLE color: 3339846.

HSL color Cylindrical-coordinate representation of color #46F632: hue angle of 113.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46F632 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB7024650-
CMYK0.7200.800.04
HSL113.88º91.59%58.04%-
HSV(B)113.88º79.67%96.47%-
XYZ36.0667.4414.14-
YUV171.0359.6955.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 246 (96.48% from 255) = 67.21%
BLUE value IS 50 (19.92% from 255) = 13.66%
R=19.13%
G=67.21%
B=13.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70246500.7200.800.04113.8891.5958.04
Hex46F632480504725c3a
Octal106366621100120416213472
Binary10001101111011011001010010000101000010011100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,246,50); }

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

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

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

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

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

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

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