#46F13E

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

Shades of Lime Green #46F13E

Tints of Lime Green #46F13E

Color information

#46F13E (or 0x46F13E) is unknown color: approx Lime Green. HEX triplet: 46, F1 and 3E. RGB value is (70,241,62). Sum of RGB (Red+Green+Blue) = 70+241+62=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #46F13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F13E is #B90EC1. Grayscale: #AAAAAA. Windows color (decimal): -12127938 or 4124998. OLE color: 4124998.

HSL color Cylindrical-coordinate representation of color #46F13E: hue angle of 117.32º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46F13E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB7024162-
CMYK0.7100.740.05
HSL117.32º86.47%59.41%-
HSV(B)117.32º74.27%94.51%-
XYZ34.8564.5615.18-
YUV169.4667.3557.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 241 (94.53% from 255) = 64.61%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=18.77%
G=64.61%
B=16.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70241620.7100.740.05117.3286.4759.41
Hex46F13E4704A575563b
Octal106361761070112516512673
Binary10001101111000111111010001110100101010111101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,241,62); }

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

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

 a { background-color: rgb(70,241,62); }

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

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

 span { border-color: rgb(70,241,62); }

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