#40b52f

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

Shades of Lime Green #40B52F

Tints of Lime Green #40B52F

Color information

#40B52F (or 0x40B52F) is unknown color: approx Lime Green. HEX triplet: 40, B5 and 2F. RGB value is (64,181,47). Sum of RGB (Red+Green+Blue) = 64+181+47=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #40B52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B52F is #BF4AD0. Grayscale: #838383. Windows color (decimal): -12536529 or 3126592. OLE color: 3126592.

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

Color convert

RGB6418147-
CMYK0.6500.740.29
HSL112.39º58.77%44.71%-
HSV(B)112.39º74.03%70.98%-
XYZ19.1534.348.31-
YUV130.7480.7480.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 181 (71.09% from 255) = 61.99%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=21.92%
G=61.99%
B=16.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181470.6500.740.29112.3958.7744.71
Hex40B52F4104A1D703b2d
Octal100265571010112351607355
Binary100000010110101101111100000101001010111011110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b52f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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