#40C739

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

Shades of Lime Green #40C739

Tints of Lime Green #40C739

Color information

#40C739 (or 0x40C739) is unknown color: approx Lime Green. HEX triplet: 40, C7 and 39. RGB value is (64,199,57). Sum of RGB (Red+Green+Blue) = 64+199+57=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #40C739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C739 is #BF38C6. Grayscale: #8E8E8E. Windows color (decimal): -12531911 or 3786560. OLE color: 3786560.

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

Color convert

RGB6419957-
CMYK0.6800.710.22
HSL117.04º55.91%50.2%-
HSV(B)117.04º71.36%78.04%-
XYZ23.2842.2310.8-
YUV142.4579.7772.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 199 (78.12% from 255) = 62.19%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=20%
G=62.19%
B=17.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64199570.6800.710.22117.0455.9150.2
Hex40C7394404716753832
Octal100307711040107261657062
Binary100000011000111111001100010001000111101101110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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