#46F040

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

Shades of Lime Green #46F040

Tints of Lime Green #46F040

Color information

#46F040 (or 0x46F040) is unknown color: approx Lime Green. HEX triplet: 46, F0 and 40. RGB value is (70,240,64). Sum of RGB (Red+Green+Blue) = 70+240+64=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #46F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F040 is #B90FBF. Grayscale: #A9A9A9. Windows color (decimal): -12128192 or 4255814. OLE color: 4255814.

HSL color Cylindrical-coordinate representation of color #46F040: hue angle of 117.95º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46F040 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB7024064-
CMYK0.7100.730.06
HSL117.95º85.44%59.61%-
HSV(B)117.95º73.33%94.12%-
XYZ34.6163.9915.38-
YUV169.1168.6857.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 240 (94.14% from 255) = 64.17%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=18.72%
G=64.17%
B=17.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70240640.7100.730.06117.9585.4459.61
Hex46F04047049676553c
Octal1063601001070111616612574
Binary100011011110000100000010001110100100111011101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,240,64); }

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

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

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

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

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

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

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