#46C94F

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

Shades of Lime Green #46C94F

Tints of Lime Green #46C94F

Color information

#46C94F (or 0x46C94F) is unknown color: approx Lime Green. HEX triplet: 46, C9 and 4F. RGB value is (70,201,79). Sum of RGB (Red+Green+Blue) = 70+201+79=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #46C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C94F is #B936B0. Grayscale: #949494. Windows color (decimal): -12138161 or 5228870. OLE color: 5228870.

HSL color Cylindrical-coordinate representation of color #46C94F: hue angle of 124.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C94F is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB7020179-
CMYK0.6500.610.21
HSL124.12º54.81%53.14%-
HSV(B)124.12º65.17%78.82%-
XYZ24.8243.6414.51-
YUV147.9289.172.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 201 (78.91% from 255) = 57.43%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=20%
G=57.43%
B=22.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70201790.6500.610.21124.1254.8153.14
Hex46C94F4103D157c3735
Octal106311117101075251746765
Binary100011011001001100111110000010111101101011111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,201,79); }

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

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

 a { background-color: rgb(70,201,79); }

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

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

 span { border-color: rgb(70,201,79); }

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