#46f52f

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

Shades of Lime Green #46F52F

Tints of Lime Green #46F52F

Color information

#46F52F (or 0x46F52F) is unknown color: approx Lime Green. HEX triplet: 46, F5 and 2F. RGB value is (70,245,47). Sum of RGB (Red+Green+Blue) = 70+245+47=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #46F52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F52F is #B90AD0. Grayscale: #AAAAAA. Windows color (decimal): -12126929 or 3142982. OLE color: 3142982.

HSL color Cylindrical-coordinate representation of color #46F52F: hue angle of 113.03º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46F52F is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB7024547-
CMYK0.7100.810.04
HSL113.03º90.83%57.25%-
HSV(B)113.03º80.82%96.08%-
XYZ35.6966.8113.7-
YUV170.158.5256.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 245 (96.09% from 255) = 67.68%
BLUE value IS 47 (18.75% from 255) = 12.98%
R=19.34%
G=67.68%
B=12.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70245470.7100.810.04113.0390.8357.25
Hex46F52F470514715b39
Octal106365571070121416113371
Binary10001101111010110111110001110101000110011100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46f52f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,245,47); }

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

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

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

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

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

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

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