#46F331

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

Shades of Lime Green #46F331

Tints of Lime Green #46F331

Color information

#46F331 (or 0x46F331) is unknown color: approx Lime Green. HEX triplet: 46, F3 and 31. RGB value is (70,243,49). Sum of RGB (Red+Green+Blue) = 70+243+49=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #46F331 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F331 is #B90CCE. Grayscale: #A9A9A9. Windows color (decimal): -12127439 or 3273542. OLE color: 3273542.

HSL color Cylindrical-coordinate representation of color #46F331: hue angle of 113.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46F331 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB7024349-
CMYK0.7100.800.05
HSL113.51º88.99%57.25%-
HSV(B)113.51º79.84%95.29%-
XYZ35.1365.6313.72-
YUV169.1660.1957.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 243 (95.31% from 255) = 67.13%
BLUE value IS 49 (19.53% from 255) = 13.54%
R=19.34%
G=67.13%
B=13.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70243490.7100.800.05113.5188.9957.25
Hex46F331470505725939
Octal106363611070120516213171
Binary10001101111001111000110001110101000010111100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,243,49); }

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

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

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

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

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

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

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