#46EF3A

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

Shades of Lime Green #46EF3A

Tints of Lime Green #46EF3A

Color information

#46EF3A (or 0x46EF3A) is unknown color: approx Lime Green. HEX triplet: 46, EF and 3A. RGB value is (70,239,58). Sum of RGB (Red+Green+Blue) = 70+239+58=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF3A is #B910C5. Grayscale: #A8A8A8. Windows color (decimal): -12128454 or 3862342. OLE color: 3862342.

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

Color convert

RGB7023958-
CMYK0.7100.760.06
HSL116.02º84.98%58.24%-
HSV(B)116.02º75.73%93.73%-
XYZ34.1663.3414.43-
YUV167.8366.0158.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 239 (93.75% from 255) = 65.12%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=19.07%
G=65.12%
B=15.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70239580.7100.760.06116.0284.9858.24
Hex46EF3A4704C674553a
Octal106357721070114616412572
Binary10001101110111111101010001110100110011011101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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