#40BA31

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

Shades of Lime Green #40BA31

Tints of Lime Green #40BA31

Color information

#40BA31 (or 0x40BA31) is unknown color: approx Lime Green. HEX triplet: 40, BA and 31. RGB value is (64,186,49). Sum of RGB (Red+Green+Blue) = 64+186+49=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA31 is #BF45CE. Grayscale: #868686. Windows color (decimal): -12535247 or 3258944. OLE color: 3258944.

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

Color convert

RGB6418649-
CMYK0.6600.740.27
HSL113.43º58.3%46.08%-
HSV(B)113.43º73.66%72.94%-
XYZ20.2336.438.87-
YUV133.980.0878.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=21.40%
G=62.21%
B=16.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186490.6600.740.27113.4358.346.08
Hex40BA314204A1B713a2e
Octal100272611020112331617256
Binary100000010111010110001100001001001010110111110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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