#46E341

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

Shades of Lime Green #46E341

Tints of Lime Green #46E341

Color information

#46E341 (or 0x46E341) is unknown color: approx Lime Green. HEX triplet: 46, E3 and 41. RGB value is (70,227,65). Sum of RGB (Red+Green+Blue) = 70+227+65=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #46E341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E341 is #B91CBE. Grayscale: #A2A2A2. Windows color (decimal): -12131519 or 4318022. OLE color: 4318022.

HSL color Cylindrical-coordinate representation of color #46E341: hue angle of 118.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46E341 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB7022765-
CMYK0.6900.710.11
HSL118.15º74.31%57.25%-
HSV(B)118.15º71.37%89.02%-
XYZ30.9556.6214.3-
YUV161.5973.4962.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 227 (89.06% from 255) = 62.71%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=19.34%
G=62.71%
B=17.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70227650.6900.710.11118.1574.3157.25
Hex46E34145047B764a39
Octal10634310110501071316611271
Binary1000110111000111000001100010101000111101111101101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,227,65); }

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

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

 a { background-color: rgb(70,227,65); }

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

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

 span { border-color: rgb(70,227,65); }

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