#46C94E

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

Shades of Lime Green #46C94E

Tints of Lime Green #46C94E

Color information

#46C94E (or 0x46C94E) is unknown color: approx Lime Green. HEX triplet: 46, C9 and 4E. RGB value is (70,201,78). Sum of RGB (Red+Green+Blue) = 70+201+78=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #46C94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C94E is #B936B1. Grayscale: #949494. Windows color (decimal): -12138162 or 5163334. OLE color: 5163334.

HSL color Cylindrical-coordinate representation of color #46C94E: hue angle of 123.66º 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 #46C94E is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB7020178-
CMYK0.6500.610.21
HSL123.66º54.81%53.14%-
HSV(B)123.66º65.17%78.82%-
XYZ24.7943.6314.32-
YUV147.8188.672.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 201 (78.91% from 255) = 57.59%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=20.06%
G=57.59%
B=22.35%

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
Decimal70201780.6500.610.21123.6654.8153.14
Hex46C94E4103D157c3735
Octal106311116101075251746765
Binary100011011001001100111010000010111101101011111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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