#40D04C

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

Shades of Lime Green #40D04C

Tints of Lime Green #40D04C

Color information

#40D04C (or 0x40D04C) is unknown color: approx Lime Green. HEX triplet: 40, D0 and 4C. RGB value is (64,208,76). Sum of RGB (Red+Green+Blue) = 64+208+76=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #40D04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D04C is #BF2FB3. Grayscale: #969696. Windows color (decimal): -12529588 or 5034048. OLE color: 5034048.

HSL color Cylindrical-coordinate representation of color #40D04C: hue angle of 125º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D04C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB6420876-
CMYK0.6900.630.18
HSL125º60.5%53.33%-
HSV(B)125º69.23%81.57%-
XYZ25.9746.7214.49-
YUV149.986.2966.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 208 (81.64% from 255) = 59.77%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=18.39%
G=59.77%
B=21.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64208760.6900.630.1812560.553.33
Hex40D04C4503F127d3d35
Octal100320114105077221757565
Binary100000011010000100110010001010111111100101111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,208,76); }

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

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

 a { background-color: rgb(64,208,76); }

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

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

 span { border-color: rgb(64,208,76); }

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