#40DD42

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

Shades of Lime Green #40DD42

Tints of Lime Green #40DD42

Color information

#40DD42 (or 0x40DD42) is unknown color: approx Lime Green. HEX triplet: 40, DD and 42. RGB value is (64,221,66). Sum of RGB (Red+Green+Blue) = 64+221+66=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD42 is #BF22BD. Grayscale: #9C9C9C. Windows color (decimal): -12526270 or 4382016. OLE color: 4382016.

HSL color Cylindrical-coordinate representation of color #40DD42: hue angle of 120.76º 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 #40DD42 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB6422166-
CMYK0.7100.700.13
HSL120.76º69.78%55.88%-
HSV(B)120.76º71.04%86.67%-
XYZ28.9553.213.9-
YUV156.3976.9962.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 221 (86.72% from 255) = 62.96%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=18.23%
G=62.96%
B=18.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64221660.7100.700.13120.7669.7855.88
Hex40DD4247046D794638
Octal10033510210701061517110670
Binary1000000110111011000010100011101000110110111110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40DD42; }

 p { color: rgb(64,221,66); }

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

<style>
 a { background-color: #40DD42; }

 a { background-color: rgb(64,221,66); }

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

<style>
 span { border-color: #40DD42; }

 span { border-color: rgb(64,221,66); }

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