#46DC43

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

Shades of Lime Green #46DC43

Tints of Lime Green #46DC43

Color information

#46DC43 (or 0x46DC43) is unknown color: approx Lime Green. HEX triplet: 46, DC and 43. RGB value is (70,220,67). Sum of RGB (Red+Green+Blue) = 70+220+67=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC43 is #B923BC. Grayscale: #9E9E9E. Windows color (decimal): -12133309 or 4447302. OLE color: 4447302.

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

Color convert

RGB7022067-
CMYK0.6800.700.14
HSL118.82º68.61%56.27%-
HSV(B)118.82º69.55%86.27%-
XYZ29.1352.8913.98-
YUV157.7176.8165.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 220 (86.33% from 255) = 61.62%
BLUE value IS 67 (26.56% from 255) = 18.77%
R=19.61%
G=61.62%
B=18.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal70220670.6800.700.14118.8268.6156.27
Hex46DC4344046E774538
Octal10633410310401061616710570
Binary1000110110111001000011100010001000110111011101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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