#46DD4B

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

Shades of Lime Green #46DD4B

Tints of Lime Green #46DD4B

Color information

#46DD4B (or 0x46DD4B) is unknown color: approx Lime Green. HEX triplet: 46, DD and 4B. RGB value is (70,221,75). Sum of RGB (Red+Green+Blue) = 70+221+75=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD4B is #B922B4. Grayscale: #9F9F9F. Windows color (decimal): -12133045 or 4971846. OLE color: 4971846.

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

Color convert

RGB7022175-
CMYK0.6800.660.13
HSL121.99º68.95%57.06%-
HSV(B)121.99º68.33%86.67%-
XYZ29.6553.5215.42-
YUV159.2180.4764.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 221 (86.72% from 255) = 60.38%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=19.13%
G=60.38%
B=20.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221750.6800.660.13121.9968.9557.06
Hex46DD4B44042D7a4539
Octal10633511310401021517210571
Binary1000110110111011001011100010001000010110111110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,221,75); }

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

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

 a { background-color: rgb(70,221,75); }

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

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

 span { border-color: rgb(70,221,75); }

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