#46D743

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

Shades of Lime Green #46D743

Tints of Lime Green #46D743

Color information

#46D743 (or 0x46D743) is unknown color: approx Lime Green. HEX triplet: 46, D7 and 43. RGB value is (70,215,67). Sum of RGB (Red+Green+Blue) = 70+215+67=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #46D743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D743 is #B928BC. Grayscale: #9B9B9B. Windows color (decimal): -12134589 or 4446022. OLE color: 4446022.

HSL color Cylindrical-coordinate representation of color #46D743: hue angle of 118.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46D743 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB7021567-
CMYK0.6700.690.16
HSL118.78º64.91%55.29%-
HSV(B)118.78º68.84%84.31%-
XYZ27.8450.3113.55-
YUV154.7778.4667.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 215 (84.38% from 255) = 61.08%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=19.89%
G=61.08%
B=19.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70215670.6700.690.16118.7864.9155.29
Hex46D7434304510774137
Octal10632710310301052016710167
Binary10001101101011110000111000011010001011000011101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,215,67); }

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

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

 a { background-color: rgb(70,215,67); }

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

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

 span { border-color: rgb(70,215,67); }

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