#40B73D

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

Shades of Lime Green #40B73D

Tints of Lime Green #40B73D

Color information

#40B73D (or 0x40B73D) is unknown color: approx Lime Green. HEX triplet: 40, B7 and 3D. RGB value is (64,183,61). Sum of RGB (Red+Green+Blue) = 64+183+61=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #40B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B73D is #BF48C2. Grayscale: #858585. Windows color (decimal): -12536003 or 4044608. OLE color: 4044608.

HSL color Cylindrical-coordinate representation of color #40B73D: hue angle of 118.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40B73D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB6418361-
CMYK0.6500.670.28
HSL118.52º50%47.84%-
HSV(B)118.52º66.67%71.76%-
XYZ19.8935.2910.18-
YUV133.5187.0878.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=20.78%
G=59.42%
B=19.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64183610.6500.670.28118.525047.84
Hex40B73D410431C773230
Octal100267751010103341676260
Binary100000010110111111101100000101000011111001110111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,183,61); }

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

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

 a { background-color: rgb(64,183,61); }

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

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

 span { border-color: rgb(64,183,61); }

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