#40B93D

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

Shades of Lime Green #40B93D

Tints of Lime Green #40B93D

Color information

#40B93D (or 0x40B93D) is unknown color: approx Lime Green. HEX triplet: 40, B9 and 3D. RGB value is (64,185,61). Sum of RGB (Red+Green+Blue) = 64+185+61=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #40B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B93D is #BF46C2. Grayscale: #878787. Windows color (decimal): -12535491 or 4045120. OLE color: 4045120.

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

Color convert

RGB6418561-
CMYK0.6500.670.27
HSL118.55º50.41%48.24%-
HSV(B)118.55º67.03%72.55%-
XYZ20.3136.1210.32-
YUV134.6886.4177.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 185 (72.66% from 255) = 59.68%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=20.65%
G=59.68%
B=19.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185610.6500.670.27118.5550.4148.24
Hex40B93D410431B773230
Octal100271751010103331676260
Binary100000010111001111101100000101000011110111110111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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