#40DD41

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

Shades of Lime Green #40DD41

Tints of Lime Green #40DD41

Color information

#40DD41 (or 0x40DD41) is unknown color: approx Lime Green. HEX triplet: 40, DD and 41. RGB value is (64,221,65). Sum of RGB (Red+Green+Blue) = 64+221+65=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD41 is #BF22BE. Grayscale: #9C9C9C. Windows color (decimal): -12526271 or 4316480. OLE color: 4316480.

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

Color convert

RGB6422165-
CMYK0.7100.710.13
HSL120.38º69.78%55.88%-
HSV(B)120.38º71.04%86.67%-
XYZ28.9253.1813.74-
YUV156.2776.4962.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 221 (86.72% from 255) = 63.14%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=18.29%
G=63.14%
B=18.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64221650.7100.710.13120.3869.7855.88
Hex40DD4147047D784638
Octal10033510110701071517010670
Binary1000000110111011000001100011101000111110111110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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