#40C42D

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

Shades of Lime Green #40C42D

Tints of Lime Green #40C42D

Color information

#40C42D (or 0x40C42D) is unknown color: approx Lime Green. HEX triplet: 40, C4 and 2D. RGB value is (64,196,45). Sum of RGB (Red+Green+Blue) = 64+196+45=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 196 (76.95% from 255 or 64.26% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 196 - color contains mainly: green. Hex color #40C42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C42D is #BF3BD2. Grayscale: #8B8B8B. Windows color (decimal): -12532691 or 2999360. OLE color: 2999360.

HSL color Cylindrical-coordinate representation of color #40C42D: hue angle of 112.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40C42D is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB6419645-
CMYK0.6700.770.23
HSL112.45º62.66%47.25%-
HSV(B)112.45º77.04%76.86%-
XYZ22.3340.769.17-
YUV139.3274.7774.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 196 (76.95% from 255) = 64.26%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=20.98%
G=64.26%
B=14.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64196450.6700.770.23112.4562.6647.25
Hex40C42D4304D17703f2f
Octal100304551030115271607757
Binary100000011000100101101100001101001101101111110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,196,45); }

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

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

 a { background-color: rgb(64,196,45); }

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

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

 span { border-color: rgb(64,196,45); }

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