#46FA3D

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

Shades of Lime Green #46FA3D

Tints of Lime Green #46FA3D

Color information

#46FA3D (or 0x46FA3D) is unknown color: approx Lime Green. HEX triplet: 46, FA and 3D. RGB value is (70,250,61). Sum of RGB (Red+Green+Blue) = 70+250+61=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FA3D is #B905C2. Grayscale: #AFAFAF. Windows color (decimal): -12125635 or 4061766. OLE color: 4061766.

HSL color Cylindrical-coordinate representation of color #46FA3D: hue angle of 117.14º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46FA3D is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB7025061-
CMYK0.7200.760.02
HSL117.14º94.97%60.98%-
HSV(B)117.14º75.6%98.04%-
XYZ37.5570.0115.95-
YUV174.6363.8753.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 250 (98.05% from 255) = 65.62%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=18.37%
G=65.62%
B=16.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70250610.7200.760.02117.1494.9760.98
Hex46FA3D4804C2755f3d
Octal106372751100114216513775
Binary1000110111110101111011001000010011001011101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,250,61); }

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

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

 a { background-color: rgb(70,250,61); }

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

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

 span { border-color: rgb(70,250,61); }

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