#43C349

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

Shades of Lime Green #43C349

Tints of Lime Green #43C349

Color information

#43C349 (or 0x43C349) is unknown color: approx Lime Green. HEX triplet: 43, C3 and 49. RGB value is (67,195,73). Sum of RGB (Red+Green+Blue) = 67+195+73=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #43C349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C349 is #BC3CB6. Grayscale: #8F8F8F. Windows color (decimal): -12336311 or 4834115. OLE color: 4834115.

HSL color Cylindrical-coordinate representation of color #43C349: hue angle of 122.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C349 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB6719573-
CMYK0.6600.630.24
HSL122.81º51.61%51.37%-
HSV(B)122.81º65.64%76.47%-
XYZ23.0340.712.95-
YUV142.8288.5973.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 195 (76.56% from 255) = 58.21%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=20%
G=58.21%
B=21.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67195730.6600.630.24122.8151.6151.37
Hex43C3494203F187b3433
Octal103303111102077301736463
Binary100001111000011100100110000100111111110001111011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,195,73); }

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

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

 a { background-color: rgb(67,195,73); }

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

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

 span { border-color: rgb(67,195,73); }

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