#46DD2C

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

Shades of Lime Green #46DD2C

Tints of Lime Green #46DD2C

Color information

#46DD2C (or 0x46DD2C) is unknown color: approx Lime Green. HEX triplet: 46, DD and 2C. RGB value is (70,221,44). Sum of RGB (Red+Green+Blue) = 70+221+44=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD2C is #B922D3. Grayscale: #9C9C9C. Windows color (decimal): -12133076 or 2940230. OLE color: 2940230.

HSL color Cylindrical-coordinate representation of color #46DD2C: hue angle of 111.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46DD2C is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB7022144-
CMYK0.6800.800.13
HSL111.19º72.24%51.96%-
HSV(B)111.19º80.09%86.67%-
XYZ28.8453.211.13-
YUV155.6764.9766.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 221 (86.72% from 255) = 65.97%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=20.90%
G=65.97%
B=13.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221440.6800.800.13111.1972.2451.96
Hex46DD2C44050D6f4834
Octal1063355410401201515711064
Binary100011011011101101100100010001010000110111011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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