#40C145

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

Shades of Lime Green #40C145

Tints of Lime Green #40C145

Color information

#40C145 (or 0x40C145) is unknown color: approx Lime Green. HEX triplet: 40, C1 and 45. RGB value is (64,193,69). Sum of RGB (Red+Green+Blue) = 64+193+69=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #40C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C145 is #BF3EBA. Grayscale: #8C8C8C. Windows color (decimal): -12533435 or 4571456. OLE color: 4571456.

HSL color Cylindrical-coordinate representation of color #40C145: hue angle of 122.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C145 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB6419369-
CMYK0.6700.640.24
HSL122.33º50.99%50.39%-
HSV(B)122.33º66.84%75.69%-
XYZ22.2639.6612.11-
YUV140.2987.7673.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 193 (75.78% from 255) = 59.20%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=19.63%
G=59.20%
B=21.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64193690.6700.640.24122.3350.9950.39
Hex40C14543040187a3332
Octal1003011051030100301726362
Binary1000000110000011000101100001101000000110001111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,193,69); }

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

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

 a { background-color: rgb(64,193,69); }

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

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

 span { border-color: rgb(64,193,69); }

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