#40BF43

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

Shades of Lime Green #40BF43

Tints of Lime Green #40BF43

Color information

#40BF43 (or 0x40BF43) is unknown color: approx Lime Green. HEX triplet: 40, BF and 43. RGB value is (64,191,67). Sum of RGB (Red+Green+Blue) = 64+191+67=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF43 is #BF40BC. Grayscale: #8B8B8B. Windows color (decimal): -12533949 or 4439872. OLE color: 4439872.

HSL color Cylindrical-coordinate representation of color #40BF43: hue angle of 121.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF43 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB6419167-
CMYK0.6600.650.25
HSL121.42º49.8%50%-
HSV(B)121.42º66.49%74.9%-
XYZ21.7638.7611.64-
YUV138.8987.4274.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 67 (26.56% from 255) = 20.81%
R=19.88%
G=59.32%
B=20.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64191670.6600.650.25121.4249.850
Hex40BF434204119793232
Octal1002771031020101311716262
Binary1000000101111111000011100001001000001110011111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,67); }

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

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

 a { background-color: rgb(64,191,67); }

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

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

 span { border-color: rgb(64,191,67); }

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