#40B532

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

Shades of Lime Green #40B532

Tints of Lime Green #40B532

Color information

#40B532 (or 0x40B532) is unknown color: approx Lime Green. HEX triplet: 40, B5 and 32. RGB value is (64,181,50). Sum of RGB (Red+Green+Blue) = 64+181+50=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #40B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B532 is #BF4ACD. Grayscale: #838383. Windows color (decimal): -12536526 or 3323200. OLE color: 3323200.

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

Color convert

RGB6418150-
CMYK0.6500.720.29
HSL113.59º56.71%45.29%-
HSV(B)113.59º72.38%70.98%-
XYZ19.2134.378.64-
YUV131.0882.2480.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 181 (71.09% from 255) = 61.36%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=21.69%
G=61.36%
B=16.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181500.6500.720.29113.5956.7145.29
Hex40B532410481D72392d
Octal100265621010110351627155
Binary100000010110101110010100000101001000111011110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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