#46D942

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

Shades of Lime Green #46D942

Tints of Lime Green #46D942

Color information

#46D942 (or 0x46D942) is unknown color: approx Lime Green. HEX triplet: 46, D9 and 42. RGB value is (70,217,66). Sum of RGB (Red+Green+Blue) = 70+217+66=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #46D942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D942 is #B926BD. Grayscale: #9C9C9C. Windows color (decimal): -12134078 or 4380998. OLE color: 4380998.

HSL color Cylindrical-coordinate representation of color #46D942: hue angle of 118.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D942 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB7021766-
CMYK0.6800.700.15
HSL118.41º66.52%55.49%-
HSV(B)118.41º69.59%85.1%-
XYZ28.3251.3213.57-
YUV155.8377.366.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 217 (85.16% from 255) = 61.47%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=19.83%
G=61.47%
B=18.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70217660.6800.700.15118.4166.5255.49
Hex46D94244046F764337
Octal10633110210401061716610367
Binary1000110110110011000010100010001000110111111101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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