#40D053

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

Shades of Lime Green #40D053

Tints of Lime Green #40D053

Color information

#40D053 (or 0x40D053) is unknown color: approx Lime Green. HEX triplet: 40, D0 and 53. RGB value is (64,208,83). Sum of RGB (Red+Green+Blue) = 64+208+83=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #40D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D053 is #BF2FAC. Grayscale: #979797. Windows color (decimal): -12529581 or 5492800. OLE color: 5492800.

HSL color Cylindrical-coordinate representation of color #40D053: hue angle of 127.92º 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 #40D053 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB6420883-
CMYK0.6900.600.18
HSL127.92º60.5%53.33%-
HSV(B)127.92º69.23%81.57%-
XYZ26.2346.8315.84-
YUV150.6989.7966.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 208 (81.64% from 255) = 58.59%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=18.03%
G=58.59%
B=23.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64208830.6900.600.18127.9260.553.33
Hex40D0534503C12803d35
Octal100320123105074222007565
Binary1000000110100001010011100010101111001001010000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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