#40BA40

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

Shades of Lime Green #40BA40

Tints of Lime Green #40BA40

Color information

#40BA40 (or 0x40BA40) is unknown color: approx Lime Green. HEX triplet: 40, BA and 40. RGB value is (64,186,64). Sum of RGB (Red+Green+Blue) = 64+186+64=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA40 is #BF45BF. Grayscale: #878787. Windows color (decimal): -12535232 or 4241984. OLE color: 4241984.

HSL color Cylindrical-coordinate representation of color #40BA40: hue angle of 120º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA40 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB6418664-
CMYK0.6600.660.27
HSL120º48.8%49.02%-
HSV(B)120º65.59%72.94%-
XYZ20.636.5810.83-
YUV135.6187.5876.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 186 (73.05% from 255) = 59.24%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=20.38%
G=59.24%
B=20.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186640.6600.660.2712048.849.02
Hex40BA40420421B783131
Octal1002721001020102331706161
Binary1000000101110101000000100001001000010110111111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,186,64); }

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

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

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

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

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

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

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