#43C542

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

Shades of Lime Green #43C542

Tints of Lime Green #43C542

Color information

#43C542 (or 0x43C542) is unknown color: approx Lime Green. HEX triplet: 43, C5 and 42. RGB value is (67,197,66). Sum of RGB (Red+Green+Blue) = 67+197+66=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #43C542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C542 is #BC3ABD. Grayscale: #8F8F8F. Windows color (decimal): -12335806 or 4375875. OLE color: 4375875.

HSL color Cylindrical-coordinate representation of color #43C542: hue angle of 119.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C542 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB6719766-
CMYK0.6600.660.23
HSL119.54º53.04%51.57%-
HSV(B)119.54º66.5%77.25%-
XYZ23.2641.5211.94-
YUV143.284.4373.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 66 (26.17% from 255) = 20%
R=20.30%
G=59.70%
B=20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal67197660.6600.660.23119.5453.0451.57
Hex43C5424204217783534
Octal1033051021020102271706564
Binary1000011110001011000010100001001000010101111111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,66); }

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

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

 a { background-color: rgb(67,197,66); }

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

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

 span { border-color: rgb(67,197,66); }

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