#43BD40

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

Shades of Lime Green #43BD40

Tints of Lime Green #43BD40

Color information

#43BD40 (or 0x43BD40) is unknown color: approx Lime Green. HEX triplet: 43, BD and 40. RGB value is (67,189,64). Sum of RGB (Red+Green+Blue) = 67+189+64=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD40 is #BC42BF. Grayscale: #8A8A8A. Windows color (decimal): -12337856 or 4242755. OLE color: 4242755.

HSL color Cylindrical-coordinate representation of color #43BD40: hue angle of 118.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43BD40 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB6718964-
CMYK0.6500.660.26
HSL118.56º49.41%49.61%-
HSV(B)118.56º66.14%74.12%-
XYZ21.4437.9611.05-
YUV138.2786.0877.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 189 (74.22% from 255) = 59.06%
BLUE value IS 64 (25.39% from 255) = 20%
R=20.94%
G=59.06%
B=20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67189640.6500.660.26118.5649.4149.61
Hex43BD40410421A773132
Octal1032751001010102321676162
Binary1000011101111011000000100000101000010110101110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43BD40; }

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

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

<style>
 a { background-color: #43BD40; }

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

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

<style>
 span { border-color: #43BD40; }

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

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