#43BD44

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

Shades of Lime Green #43BD44

Tints of Lime Green #43BD44

Color information

#43BD44 (or 0x43BD44) is unknown color: approx Lime Green. HEX triplet: 43, BD and 44. RGB value is (67,189,68). Sum of RGB (Red+Green+Blue) = 67+189+68=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD44 is #BC42BB. Grayscale: #8B8B8B. Windows color (decimal): -12337852 or 4504899. OLE color: 4504899.

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

Color convert

RGB6718968-
CMYK0.6500.640.26
HSL120.49º48.03%50.2%-
HSV(B)120.49º64.55%74.12%-
XYZ21.5638.0111.67-
YUV138.7388.0876.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.68%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=20.68%
G=58.33%
B=20.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67189680.6500.640.26120.4948.0350.2
Hex43BD44410401A783032
Octal1032751041010100321706062
Binary1000011101111011000100100000101000000110101111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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