#43C43A

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

Shades of Lime Green #43C43A

Tints of Lime Green #43C43A

Color information

#43C43A (or 0x43C43A) is unknown color: approx Lime Green. HEX triplet: 43, C4 and 3A. RGB value is (67,196,58). Sum of RGB (Red+Green+Blue) = 67+196+58=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #43C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C43A is #BC3BC5. Grayscale: #8E8E8E. Windows color (decimal): -12336070 or 3851331. OLE color: 3851331.

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

Color convert

RGB6719658-
CMYK0.6600.700.23
HSL116.09º54.33%49.8%-
HSV(B)116.09º70.41%76.86%-
XYZ22.8240.9810.71-
YUV141.780.7674.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 196 (76.95% from 255) = 61.06%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=20.87%
G=61.06%
B=18.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal67196580.6600.700.23116.0954.3349.8
Hex43C43A4204617743632
Octal103304721020106271646662
Binary100001111000100111010100001001000110101111110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,196,58); }

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

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

 a { background-color: rgb(67,196,58); }

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

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

 span { border-color: rgb(67,196,58); }

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