#46DD4D

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

Shades of Lime Green #46DD4D

Tints of Lime Green #46DD4D

Color information

#46DD4D (or 0x46DD4D) is unknown color: approx Lime Green. HEX triplet: 46, DD and 4D. RGB value is (70,221,77). Sum of RGB (Red+Green+Blue) = 70+221+77=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DD4D is #B922B2. Grayscale: #9F9F9F. Windows color (decimal): -12133043 or 5102918. OLE color: 5102918.

HSL color Cylindrical-coordinate representation of color #46DD4D: hue angle of 122.78º 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 #46DD4D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB7022177-
CMYK0.6800.650.13
HSL122.78º68.95%57.06%-
HSV(B)122.78º68.33%86.67%-
XYZ29.7253.5515.79-
YUV159.4481.4764.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 221 (86.72% from 255) = 60.05%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=19.02%
G=60.05%
B=20.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221770.6800.650.13122.7868.9557.06
Hex46DD4D44041D7b4539
Octal10633511510401011517310571
Binary1000110110111011001101100010001000001110111110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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