#46DD28

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

Shades of Lime Green #46DD28

Tints of Lime Green #46DD28

Color information

#46DD28 (or 0x46DD28) is unknown color: approx Lime Green. HEX triplet: 46, DD and 28. RGB value is (70,221,40). Sum of RGB (Red+Green+Blue) = 70+221+40=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD28 is #B922D7. Grayscale: #9B9B9B. Windows color (decimal): -12133080 or 2678086. OLE color: 2678086.

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

Color convert

RGB7022140-
CMYK0.6800.820.13
HSL110.06º72.69%51.18%-
HSV(B)110.06º81.9%86.67%-
XYZ28.7753.1710.75-
YUV155.2262.9767.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 221 (86.72% from 255) = 66.77%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=21.15%
G=66.77%
B=12.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221400.6800.820.13110.0672.6951.18
Hex46DD2844052D6e4933
Octal1063355010401221515611163
Binary100011011011101101000100010001010010110111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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