#46DD41

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

Shades of Lime Green #46DD41

Tints of Lime Green #46DD41

Color information

#46DD41 (or 0x46DD41) is unknown color: approx Lime Green. HEX triplet: 46, DD and 41. RGB value is (70,221,65). Sum of RGB (Red+Green+Blue) = 70+221+65=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD41 is #B922BE. Grayscale: #9E9E9E. Windows color (decimal): -12133055 or 4316486. OLE color: 4316486.

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

Color convert

RGB7022165-
CMYK0.6800.710.13
HSL118.08º69.64%56.08%-
HSV(B)118.08º70.59%86.67%-
XYZ29.3453.413.76-
YUV158.0775.4765.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 221 (86.72% from 255) = 62.08%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=19.66%
G=62.08%
B=18.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221650.6800.710.13118.0869.6456.08
Hex46DD4144047D764638
Octal10633510110401071516610670
Binary1000110110111011000001100010001000111110111101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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