#40D152

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

Shades of Lime Green #40D152

Tints of Lime Green #40D152

Color information

#40D152 (or 0x40D152) is unknown color: approx Lime Green. HEX triplet: 40, D1 and 52. RGB value is (64,209,82). Sum of RGB (Red+Green+Blue) = 64+209+82=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #40D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D152 is #BF2EAD. Grayscale: #979797. Windows color (decimal): -12529326 or 5427520. OLE color: 5427520.

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

Color convert

RGB6420982-
CMYK0.6900.610.18
HSL127.45º61.18%53.53%-
HSV(B)127.45º69.38%81.96%-
XYZ26.4447.315.72-
YUV151.1788.9665.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 209 (82.03% from 255) = 58.87%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=18.03%
G=58.87%
B=23.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64209820.6900.610.18127.4561.1853.53
Hex40D1524503D127f3d36
Octal100321122105075221777566
Binary100000011010001101001010001010111101100101111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,209,82); }

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

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

 a { background-color: rgb(64,209,82); }

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

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

 span { border-color: rgb(64,209,82); }

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