#43B532

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

Shades of Lime Green #43B532

Tints of Lime Green #43B532

Color information

#43B532 (or 0x43B532) is unknown color: approx Lime Green. HEX triplet: 43, B5 and 32. RGB value is (67,181,50). Sum of RGB (Red+Green+Blue) = 67+181+50=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #43B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B532 is #BC4ACD. Grayscale: #848484. Windows color (decimal): -12339918 or 3323203. OLE color: 3323203.

HSL color Cylindrical-coordinate representation of color #43B532: hue angle of 112.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43B532 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB6718150-
CMYK0.6300.720.29
HSL112.21º56.71%45.29%-
HSV(B)112.21º72.38%70.98%-
XYZ19.4134.478.65-
YUV131.9881.7381.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 181 (71.09% from 255) = 60.74%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=22.48%
G=60.74%
B=16.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67181500.6300.720.29112.2156.7145.29
Hex43B5323F0481D70392d
Octal10326562770110351607155
Binary10000111011010111001011111101001000111011110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,181,50); }

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

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

 a { background-color: rgb(67,181,50); }

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

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

 span { border-color: rgb(67,181,50); }

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