#40B93F

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

Shades of Lime Green #40B93F

Tints of Lime Green #40B93F

Color information

#40B93F (or 0x40B93F) is unknown color: approx Lime Green. HEX triplet: 40, B9 and 3F. RGB value is (64,185,63). Sum of RGB (Red+Green+Blue) = 64+185+63=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #40B93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B93F is #BF46C0. Grayscale: #878787. Windows color (decimal): -12535489 or 4176192. OLE color: 4176192.

HSL color Cylindrical-coordinate representation of color #40B93F: hue angle of 119.51º 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 #40B93F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB6418563-
CMYK0.6500.660.27
HSL119.51º49.19%48.63%-
HSV(B)119.51º65.95%72.55%-
XYZ20.3636.1510.61-
YUV134.9187.4177.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 185 (72.66% from 255) = 59.29%
BLUE value IS 63 (25% from 255) = 20.19%
R=20.51%
G=59.29%
B=20.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185630.6500.660.27119.5149.1948.63
Hex40B93F410421B783131
Octal100271771010102331706161
Binary100000010111001111111100000101000010110111111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,63); }

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

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

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

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

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

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

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