#40bd31

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

Shades of Lime Green #40BD31

Tints of Lime Green #40BD31

Color information

#40BD31 (or 0x40BD31) is unknown color: approx Lime Green. HEX triplet: 40, BD and 31. RGB value is (64,189,49). Sum of RGB (Red+Green+Blue) = 64+189+49=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD31 is #BF42CE. Grayscale: #888888. Windows color (decimal): -12534479 or 3259712. OLE color: 3259712.

HSL color Cylindrical-coordinate representation of color #40BD31: hue angle of 113.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BD31 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB6418949-
CMYK0.6600.740.26
HSL113.57º58.82%46.67%-
HSV(B)113.57º74.07%74.12%-
XYZ20.8737.719.08-
YUV135.6779.0976.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=21.19%
G=62.58%
B=16.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64189490.6600.740.26113.5758.8246.67
Hex40BD314204A1A723b2f
Octal100275611020112321627357
Binary100000010111101110001100001001001010110101110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40bd31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,189,49); }

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

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

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

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

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

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

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