#46EC42

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

Shades of Lime Green #46EC42

Tints of Lime Green #46EC42

Color information

#46EC42 (or 0x46EC42) is unknown color: approx Lime Green. HEX triplet: 46, EC and 42. RGB value is (70,236,66). Sum of RGB (Red+Green+Blue) = 70+236+66=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EC42 is #B913BD. Grayscale: #A7A7A7. Windows color (decimal): -12129214 or 4385862. OLE color: 4385862.

HSL color Cylindrical-coordinate representation of color #46EC42: hue angle of 118.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46EC42 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB7023666-
CMYK0.7000.720.07
HSL118.59º81.73%59.22%-
HSV(B)118.59º72.03%92.55%-
XYZ33.561.6915.3-
YUV166.997158.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 236 (92.58% from 255) = 63.44%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=18.82%
G=63.44%
B=17.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70236660.7000.720.07118.5981.7359.22
Hex46EC4246048777523b
Octal1063541021060110716712273
Binary100011011101100100001010001100100100011111101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,236,66); }

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

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

 a { background-color: rgb(70,236,66); }

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

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

 span { border-color: rgb(70,236,66); }

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