#40B438

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

Shades of Lime Green #40B438

Tints of Lime Green #40B438

Color information

#40B438 (or 0x40B438) is unknown color: approx Lime Green. HEX triplet: 40, B4 and 38. RGB value is (64,180,56). Sum of RGB (Red+Green+Blue) = 64+180+56=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #40B438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B438 is #BF4BC7. Grayscale: #838383. Windows color (decimal): -12536776 or 3716160. OLE color: 3716160.

HSL color Cylindrical-coordinate representation of color #40B438: hue angle of 116.13º 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 #40B438 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB6418056-
CMYK0.6400.690.29
HSL116.13º52.54%46.27%-
HSV(B)116.13º68.89%70.59%-
XYZ19.1534.029.3-
YUV131.1885.5780.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 180 (70.70% from 255) = 60%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=21.33%
G=60%
B=18.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64180560.6400.690.29116.1352.5446.27
Hex40B438400451D74352e
Octal100264701000105351646556
Binary100000010110100111000100000001000101111011110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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