#46de42

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

Shades of Lime Green #46DE42

Tints of Lime Green #46DE42

Color information

#46DE42 (or 0x46DE42) is unknown color: approx Lime Green. HEX triplet: 46, DE and 42. RGB value is (70,222,66). Sum of RGB (Red+Green+Blue) = 70+222+66=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DE42 is #B921BD. Grayscale: #9F9F9F. Windows color (decimal): -12132798 or 4382278. OLE color: 4382278.

HSL color Cylindrical-coordinate representation of color #46DE42: hue angle of 118.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DE42 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB7022266-
CMYK0.6800.700.13
HSL118.46º70.27%56.47%-
HSV(B)118.46º70.27%87.06%-
XYZ29.6353.9414-
YUV158.7775.6464.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 222 (87.11% from 255) = 62.01%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=19.55%
G=62.01%
B=18.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70222660.6800.700.13118.4670.2756.47
Hex46DE4244046D764638
Octal10633610210401061516610670
Binary1000110110111101000010100010001000110110111101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46de42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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