#43B134

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

Shades of Lime Green #43B134

Tints of Lime Green #43B134

Color information

#43B134 (or 0x43B134) is unknown color: approx Lime Green. HEX triplet: 43, B1 and 34. RGB value is (67,177,52). Sum of RGB (Red+Green+Blue) = 67+177+52=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #43B134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43B134 is #BC4ECB. Grayscale: #828282. Windows color (decimal): -12340940 or 3453251. OLE color: 3453251.

HSL color Cylindrical-coordinate representation of color #43B134: hue angle of 112.8º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43B134 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB6717752-
CMYK0.6200.710.31
HSL112.8º54.59%44.9%-
HSV(B)112.8º70.62%69.41%-
XYZ18.6632.898.61-
YUV129.8684.0683.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.64%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=22.64%
G=59.80%
B=17.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67177520.6200.710.31112.854.5944.9
Hex43B1343E0471F71372d
Octal10326164760107371616755
Binary10000111011000111010011111001000111111111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,177,52); }

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

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

 a { background-color: rgb(67,177,52); }

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

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

 span { border-color: rgb(67,177,52); }

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