#40C44C

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

Shades of Lime Green #40C44C

Tints of Lime Green #40C44C

Color information

#40C44C (or 0x40C44C) is unknown color: approx Lime Green. HEX triplet: 40, C4 and 4C. RGB value is (64,196,76). Sum of RGB (Red+Green+Blue) = 64+196+76=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #40C44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C44C is #BF3BB3. Grayscale: #8F8F8F. Windows color (decimal): -12532660 or 5030976. OLE color: 5030976.

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

Color convert

RGB6419676-
CMYK0.6700.610.23
HSL125.45º52.8%50.98%-
HSV(B)125.45º67.35%76.86%-
XYZ23.1641.0913.55-
YUV142.8590.2771.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 196 (76.95% from 255) = 58.33%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=19.05%
G=58.33%
B=22.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64196760.6700.610.23125.4552.850.98
Hex40C44C4303D177d3533
Octal100304114103075271756563
Binary100000011000100100110010000110111101101111111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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