#40C736

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

Shades of Lime Green #40C736

Tints of Lime Green #40C736

Color information

#40C736 (or 0x40C736) is unknown color: approx Lime Green. HEX triplet: 40, C7 and 36. RGB value is (64,199,54). Sum of RGB (Red+Green+Blue) = 64+199+54=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #40C736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C736 is #BF38C9. Grayscale: #8E8E8E. Windows color (decimal): -12531914 or 3589952. OLE color: 3589952.

HSL color Cylindrical-coordinate representation of color #40C736: hue angle of 115.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C736 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB6419954-
CMYK0.6800.730.22
HSL115.86º57.31%49.61%-
HSV(B)115.86º72.86%78.04%-
XYZ23.242.210.41-
YUV142.178.2772.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 199 (78.12% from 255) = 62.78%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=20.19%
G=62.78%
B=17.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64199540.6800.730.22115.8657.3149.61
Hex40C7364404916743932
Octal100307661040111261647162
Binary100000011000111110110100010001001001101101110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,199,54); }

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

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

 a { background-color: rgb(64,199,54); }

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

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

 span { border-color: rgb(64,199,54); }

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