#40B538

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

Shades of Lime Green #40B538

Tints of Lime Green #40B538

Color information

#40B538 (or 0x40B538) is unknown color: approx Lime Green. HEX triplet: 40, B5 and 38. RGB value is (64,181,56). Sum of RGB (Red+Green+Blue) = 64+181+56=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #40B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B538 is #BF4AC7. Grayscale: #848484. Windows color (decimal): -12536520 or 3716416. OLE color: 3716416.

HSL color Cylindrical-coordinate representation of color #40B538: hue angle of 116.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B538 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB6418156-
CMYK0.6500.690.29
HSL116.16º52.74%46.47%-
HSV(B)116.16º69.06%70.98%-
XYZ19.3534.429.37-
YUV131.7785.2479.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 181 (71.09% from 255) = 60.13%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=21.26%
G=60.13%
B=18.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181560.6500.690.29116.1652.7446.47
Hex40B538410451D74352e
Octal100265701010105351646556
Binary100000010110101111000100000101000101111011110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,181,56); }

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

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

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

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

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

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

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