#46E63D

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

Shades of Lime Green #46E63D

Tints of Lime Green #46E63D

Color information

#46E63D (or 0x46E63D) is unknown color: approx Lime Green. HEX triplet: 46, E6 and 3D. RGB value is (70,230,61). Sum of RGB (Red+Green+Blue) = 70+230+61=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #46E63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E63D is #B919C2. Grayscale: #A3A3A3. Windows color (decimal): -12130755 or 4056646. OLE color: 4056646.

HSL color Cylindrical-coordinate representation of color #46E63D: hue angle of 116.8º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46E63D is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB7023061-
CMYK0.7000.730.10
HSL116.8º77.17%57.06%-
HSV(B)116.8º73.48%90.2%-
XYZ31.6658.2313.99-
YUV162.8970.4961.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 230 (90.23% from 255) = 63.71%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=19.39%
G=63.71%
B=16.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal70230610.7000.730.10116.877.1757.06
Hex46E63D46049A754d39
Octal1063467510601111216511571
Binary100011011100110111101100011001001001101011101011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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