#46FD3A

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

Shades of Lime Green #46FD3A

Tints of Lime Green #46FD3A

Color information

#46FD3A (or 0x46FD3A) is unknown color: approx Lime Green. HEX triplet: 46, FD and 3A. RGB value is (70,253,58). Sum of RGB (Red+Green+Blue) = 70+253+58=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #46FD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FD3A is #B902C5. Grayscale: #B0B0B0. Windows color (decimal): -12124870 or 3865926. OLE color: 3865926.

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

Color convert

RGB7025358-
CMYK0.7200.770.01
HSL116.31º97.99%60.98%-
HSV(B)116.31º77.08%99.22%-
XYZ38.4171.8615.85-
YUV176.0561.3752.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 253 (99.22% from 255) = 66.40%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=18.37%
G=66.40%
B=15.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70253580.7200.770.01116.3197.9960.98
Hex46FD3A4804D174623d
Octal106375721100115116414275
Binary100011011111101111010100100001001101111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,253,58); }

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

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

 a { background-color: rgb(70,253,58); }

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

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

 span { border-color: rgb(70,253,58); }

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