#46C93E

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

Shades of Lime Green #46C93E

Tints of Lime Green #46C93E

Color information

#46C93E (or 0x46C93E) is unknown color: approx Lime Green. HEX triplet: 46, C9 and 3E. RGB value is (70,201,62). Sum of RGB (Red+Green+Blue) = 70+201+62=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #46C93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C93E is #B936C1. Grayscale: #929292. Windows color (decimal): -12138178 or 4114758. OLE color: 4114758.

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

Color convert

RGB7020162-
CMYK0.6500.690.21
HSL116.55º56.28%51.57%-
HSV(B)116.55º69.15%78.82%-
XYZ24.2843.4211.66-
YUV145.9980.673.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 201 (78.91% from 255) = 60.36%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=21.02%
G=60.36%
B=18.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70201620.6500.690.21116.5556.2851.57
Hex46C93E4104515753834
Octal106311761010105251657064
Binary100011011001001111110100000101000101101011110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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